/*Main style sheet*/
A:hover{color:#9400D3;}
A:link{color:maroon;}
A:visited{color:teal;}
BODY{
font-family: Arial, sans-serif;
}