body { 
 font-family: sans-serif;
 background: #000000;
 color: #cccccc;
}

a.links:link {
 color: #728AE4;
 font-weight: bold;
 text-decoration: none;
}

a.links:visited {
 color: #224499;
 font-weight: bold;
 text-decoration: none;
}

a.links:active {
 color: #728AE4;
 font-weight: bold;
 text-decoration: none;
}

a.links:hover {
 color: #ffffff;
 font-weight: bold;
 text-decoration: none;
}

