/* Just use the css found at the top 
body {
   color: lightblue;
   background-color: darkblue;
}	

#title {
   color: lightblue;
}

#content {
   color: lightblue;
}

#content a         { color: blue; }
#content a:hover   { color: purple; }
#content a:visited { color: lightblue; }
*/

