A:hover {   
    background-color: #A02E4A;
    color: white
    
}
A {
    text-decoration: none;
    color: #800000
}
A:visited {
	text-decoration: underline
}
BODY {
  FONT-FAMILY: Arial, Helvetica, sans-serif;
  FONT-SIZE: 12pt; 
  color: #000000;
  width: 640px
}

