BODY, P, .Huge, .Biggest, .Bigger, .Big, .Normal, .Small, .QuickBar {FONT-FAMILY: verdana,lucida,helvetica,arial;}

BODY { 
	FONT-FAMILY: verdana,lucida,helvetica,arial;
	font-size: 12pt;
	background: white;
        color: black; 
}

H3 {COLOR: Maroon}
P {FONT-SIZE: 12pt}
.Huge {COLOR: DaemonRed; FONT-SIZE: 36pt}
.Biggest {FONT-SIZE: 18}
.Bigger {FONT-SIZE: 16pt}
.Big {FONT-SIZE: 14pt}
.Normal {FONT-SIZE: 12pt;}
.Small {FONT-SIZE: 10pt}

.Red {COLOR: #a60111}
.Silver {COLOR: #dadada}
.Gray {COLOR: #a2a2a2}
.Maroon {COLOR: #a60111}
.DaemonRed {COLOR: #a60111}
.DaemonGreen {COLOR: #a6f111}

.RedLink {
	 COLOR: Maroon;
         TEXT-DECORATION: none 
	 }
.BlackLink {
	 COLOR: Black;
         TEXT-DECORATION: none 
	 }
.Heading {
	 COLOR: white;
	 }

.QuickBar {
	FONT-SIZE: 10pt;
	TEXT-DECORATION: none
}

.Titles {
        FONT-SIZE: 14pt;
        COLOR: Maroon; 
        TEXT-DECORATION: none 
}

A.BlackLink: link, visited, active {COLOR: Black}
A.RedLink: link, visited, active {COLOR: Maroon}
A, A:active {COLOR: Blue} A:visited {COLOR: Purple} 
A.QuickBar:visited {COLOR: Silver}
A.QuickBar {COLOR: white}
A.QuickBar:hover {TEXT-DECORATION: underline}

