BODY {
 background-color: #DEB56B;
 color: #000000;
}
a:link {
 color: #0000C0;
 text-decoration: none;
}
a:visited {
 color: #0000C0;
 text-decoration: none;
}
a:hover { 
 color:  #C00000;
 text-decoration: none;
}
a:active {
 color:  #C00000;
 text-decoration: none;
}
