body {
  background-color: black;
  color: white;
}

A:link 	{ color:#00DD00; text-decoration: none ; }
A:visited { color:#30C030; text-decoration: none ; }
A:hover	{ color:#00FF00; text-decoration: none ;}

p.section {
  border-width:2px; border-style:outset; border-color:#286DC2;
  background:#286DC2;
  width:99%; padding:2px; margin-top:16px; margin-bottom:6px;
  text-indent:.1in; font-family:helvetica,sans-serif;
  font-weight:bold; font-size:110%; color:white;
}


