 html, body {
 margin: 12px;
 padding: 12px;
 border: 0px;
 color: #111111;
 background: #eeeeee;
 }

 html, body, p, th, td, li, dd, dt {
 font: .95em Verdana, Arial, Helvetica, sans-serif;
 }
 h1, h2, h3, h4, h5, h6 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 h1 { font-size: 2em; border-bottom: solid black 1px;}
 h2 { font-size: 1.3em; font-style:italic; }

p {padding:2px; margin-left:20px; margin-right:30px;}
A:link {text-decoration: none; color:black}
A:visited {text-decoration: none; color: #444444}
A:active {text-decoration: none; color:black}
A:hover {text-decoration: underline; color: blue;}

p:hover {background: #e9dddd;}
p.nh:Hover {background:none;}
ul {list-style-type: square;}

img {
padding:8px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:white;
}