/*** TEXT ***/html, body {  background-color: #FFF8DC;  margin: 0px;}/* ordinary paragraph text */p, h1, h2, h3, li, dt, dd {  font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;  font-size: 0.95em;  color: #2a5308;  line-height: 140%;}h1 {  font-size: 1.00em;  font-weight: bold;  color: #003366;}h2 {  font-size: 1.00em;  font-weight: bold;  color: #000000;}h3 {  font-weight: bold;}/* default link characteristics */a,a:link { color: #2a5308 }a:visited { color: #993333 }a:active,a:hover { color: #2a5308 }/* login text */.logintext {  font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;  font-size: 0.70em;  color: #2a5308;  line-height: 110%;}.logintext a,.logintext a:link,.logintext a:visited {  color: #2a5308;  text-decoration: none;}.logintext a:active,.logintext a:hover {  color: #2a5308;  text-decoration: underline;}