/* CSS Document */
BODY {
SCROLLBAR-FACE-COLOR: orange; 
SCROLLBAR-SHADOW-COLOR: black; 
SCROLLBAR-HIGHLIGHT-COLOR: white; 
SCROLLBAR-3DLIGHT-COLOR: white; 
SCROLLBAR-DARKSHADOW-COLOR: black; 
SCROLLBAR-TRACK-COLOR: yellow; 
SCROLLBAR-ARROW-COLOR: black; 
TEXT-DECORATION: none; 
background-color: black;
color: #FF9900;
font-size: 20px;
}
a {font-size: 20px; font-family: Times New Roman, Times, serif; color: #0099FF;}
a:link {font-size: 20px; color: #0099FF}
a:visited {font-size: 20px; color: #00CCFF}
a:hover {font-size: 20px; color: #33FF00}
a:active {font-size: 20px; color: yellow}
.title {font-size: 36px}
.subtitle {font-size: 24px}
.exclamation {font-size: 18px; font-weight: bold; color: #CC6600}
.subscript {font-size: 9px}
.topic {color: #0099FF; font-size: 18px; font-weight:bold}
.step {color: orange; font-weight:bold}
.new {font-size: 24px; font-weight: bold; color: #CC6600}
