BODY{
  background-color : white;
  background-attachment : fixed;
  font-size : 90%;
  font-family : "Comic sans MS";
  color : #a4a4a4;
}
HR{
  color: #FFFFFF;
  height: 1px;
  border-style : solid ;
  border-color : #FFFFFF;
  noshade;
}
A{
  color: #696969;
  text-decoration: none;
}
A:VISITED{
  color: #a4a4a4;
  text-decoration: none;
}
A:HOVER{
  color: #d7abfe;
  text-decoration: underline;
}
A:ACTIVE{
  color: #8957fd;
  text-decoration: underline;
}
P{
  margin-bottom : 30px;
}
DIV{
  margin-top : 10pt;
  margin-left : 10pt;
  margin-right : 10pt;
  margin-bottom : 10pt;
  list-style-type : none;
}