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