body{
  color:#000000;
  background-color:#FFFFFF;
  margin-top:0px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}
a, a:link{
  color:#0000FF;
  text-decoration:none;
  font-weight:bold;
}
a:hover{
  color:#FFFF00;
  text-decoration:underline;
  font-weight:bold;
}
a:visited{
  color:#000080;
  text-decoration:none;
  font-weight:bold;
}
.style1{color: #FFFFFF}
.link, .link:link{
  color:orange;
  text-decoration:underline;
  font-weight:bold;
}
.link:hover{
  color:teal;
  text-decoration:underline;
  font-weight:bold;
}
