 
BODY{
  color : white;
  background-color : black;
}
A:link{ 
color : #359aff; 
  text-decoration : none;
}
A:visited{ 
color : silver; 
  text-decoration : none;
}
A:hover{ 
color : #359aff; 
text-decoration :  underline;
}
H1{
  font-size : 12pt;
  font-weight : bold;
}
