body { background-color: black;
scrollbar-base-color: silver;
scrollbar-highlight-color : white;
scrollbar-arrow-color: white;
scrollbar-track-color: white;
scrollbar-3dlight-color: white;
scrollbar-shadow-color: white;
scrollbar-darkshadow-color: white; }
font { font-family: Tahoma; color: black; font-size: 12px; }
font.red { font-family: Tahoma; color: red; font-size: 12px; }
font.redbold { font-family: Tahoma; color: red; font-size: 16px; font-weight: bold; }
font.blue { font-family: Tahoma; color: blue; font-size: 12px; }
a:link { font-family: Tahoma; color: blue; text-decoration: none; font-size: 12px; }
a:visited { font-family: Tahoma; color: blue; text-decoration: none; font-size: 12px; }
a:hover { font-family: Tahoma; color: red; text-decoration: none; font-size: 12px; }
h1 { font-family: Tahoma; color: red; font-size: 15px; }
h2 { font-family: Tahoma; color: black; font-size: 15px; }
a:visited img{ border: 1px solid #000000; }
a:link img{ border: 1px solid #000000; }
a:hover img{ border: 1px solid red; }