a { 
color: #ffffff; 
text-decoration: none;
} 

a:hover { 
color: #CC0000; 
text-decoration: none; 
}

body {
background-color:#e9e9e9;
}