.main{
	background-color:#FFFFFF;
	color: #000000;
}
.bodycolor{background-color:#000000;}
A{
  font-weight : normal;
  font-style : normal;
  font-variant : normal;
  color : 000000;
  text-decoration: none;
}
A:LINK{
  font-weight : normal;
  font-style : normal;
  font-variant : normal;
  color:4242FF;
  text-decoration: none;
}
A:VISITED{
  font-weight : normal;
  font-style : normal;
  font-variant : normal;
  color : 003366;
  text-decoration: none;
}
A:HOVER{
  font-weight : bold;
  font-style : normal;
  font-variant : normal;
  color : 4242FF;
  text-decoration: none;
}
A:ACTIVE{
  font-weight : bold;
  font-style : normal;
  font-variant : normal;
  color : 999966;
  text-decoration: none;
}
