In /* css-headDark.css */
a:link {
color: #FF9933; /* #99CCFF */
font-weight : bold; 
}
a:visited {color: #FF9933; /* #FF9933 */
font-weight : bold; 
}
a:active {color: #99CCFF; /* #FF0000 */
font-weight : bold; 
}
body {
background-color: black; 
/* color: white */
}
p { 
color: white;
}