 archivecss.css 
File Type: ASCII text, with CRLF line terminators 
BODY {
background-color:#000000;
font-family: Times New Roman, Times, serif;
font-size:16px;
color:#faebd7;
scrollbar-arrow-color: #760000;
scrollbar-track-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #760000;
scrollbar-darkshadow-color: #760000;
scrollbar-shadow-color: #000000;
}

a{
color: #b0afaf;
text-decoration: underline;
}

a:link {color:#faebd7;}
a:visited {color:#faebd7;}
a:hover {
text-decoration: underline;
color: #fcfaf8}


H1 {
font-family: Times New Roman, Times, serif;
font-size: 16px;
font-weight: bold;
color: #faebd7;
}

H2 {
font-family: Times New Roman, Times, serif;
color: #faebd7;
font-size: 16px;
font-weight: normal;
font-style: italic;
}

H3 {
font-family: Times New Roman, Times, serif;
color: #760000;
font-size : 16px;
font-style : italic;
}