a:link { 
color: white; 
background-color: black;
text-decoration: none;


}
a:visited { 
color: red; 
background-color: black;
text-decoration: none;
 

}
a:hover {
color: blue; 
background-color: black;
text-decoration: none;
 

} 

p { text-indent: 2em; margin-top: 0; margin-bottom: 0; }
