BODY { 
 background-color: #000000;
 color: #FFFFFF;
}
A:link { color: #c77c00 }
A:visited { color: #c7c777 }
A:active { color: #c70000 }

H1, H2 {
 font-family: sans-serif;
 font-size: 100%;
}

H1 {
 margin-top: 0;
 font-weight: bold;
}

/* Gecko doesn't inherit this */
#navigation, #intro, #news, 
   #copyright { background-color: #000000; font-family: sans-serif;}

#navigation P {
 font-family: sans-serif;
 text-align: center; 
 margin: 0;
}
#copyright P {
 font-family: sans-serif;
 margin: 0;
 font-size: smaller;
 text-align: right;
}