body { 
 background-color: #d49551;
 font: 11px optima,verdana,trebuchet,sans-serif;
 line-height: 130%;
}

a:link { 
 color: #blue; 
 font-size: 11px; 
 font-weight: normal; 
 text-decoration: none; 
}

a:visited { 
 color: #white; 
 font-size: 11px; 
 font-weight: normal; 
 text-decoration: none; 
}

a:active { 
 color: #blue; 
 font-size: 11px; 
 font-weight: normal; 
 text-decoration: underline; 
}

a:hover { 
 color: #red; 
 font-size: 11px; 
 font-weight: normal; 
 text-decoration: underline; 
}