/* $Id: style.css,v 1.7 2005/03/05 14:34:39 unconed Exp $ *//*** HTML elements*/body {  margin: 0 0 0 5px;  padding: 0;  color: #000;  background-color: #fff;  font: 90% Arial, Helvetica, sans-serif;}tr.dark td, tr.light td {  padding: 0.3em;}h1, h2, h3, h4, h5, h6 {  margin-top: 0.5em;  margin-bottom: 0em;}h1 {  font-size: 1.6em;}h2 {  font-size: 1.2em;}h3, h4, h5, h6 {  font-size: 1.1em;}p {  margin-top: 0.5em;  margin-bottom: 0.5em;}a {  text-decoration: underline;}a:link {  color: #258;}a:visited {  color: #258;}a:hover {}fieldset {  border: 1px solid #777;}pre {  background-color: #eee;  padding: 0.75em 1.5em;  font-size: 12px;  border: 1px solid #ddd;}table {  /* make <td> sizes relative to body size! */  font-size: 1em;}.form-item label {  font-size: 1em;  color: #222;}.item-list {  font-size: 0.8em;  color: #222;}.item-list .title {  font-size: 1em;  color: #222;}.links {  margin-bottom: 0em;  text-align: right;}.comment .links {  margin-bottom: 0em;}