BODY{
	font-size: 13px;
	font-family: Verdana,Arial;

	background: transparent;
	margin-left: 10px;	
}

A:link{
   font-weight : normal;
   font-size : 13px;
   font-family : Verdana,Arial;
   color : black;
   text-decoration : none;
}

A:active{
   font-weight : normal;
   font-size : 13px;
   font-family : Verdana,Arial;
   color : yellow;
   text-decoration : none;
}

A:visited{
   font-weight : normal;
   font-size : 13px;
   font-family : Verdana,Arial;
          color : cyan;
   text-decoration : none;
} 

A:hover{
   font-weight : normal;
   font-size : 13px;
   font-family : Verdana,Arial;
   background-color : red;
   color : white;  
   text-decoration : none;
}
