A { text-decoration: underline; }
A:link { color: #0000FF }
A:hover { border-width: 2px; background: transparent; color: #FF0000; }
A:active { color: #00FF00; }
A:visited { color: #000000; }

P { font-family: Arial, sans-serif; font-size: 12px; color: #000000; } 
P.chello { 
	font-family: 'Comic Sans MS', 'Albertus Medium', Arial, Helvetica, Serif, Sans-Serif;
	font-size: 40px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
P.copy { font-family: Arial, sans-serif; font-size: 12px; font-style: italic; color: #000000; }     
P.bold { font-family: Arial, sans-serif; font-size: 12px; font-weight: bold; color: #000000; }     
P.ital { font-family: Arial, sans-serif; font-size: 12px; font-style: italic; color: #000000; }     
P.boldunder { font-family: Arial, sans-serif; font-size: 12px; font-weight: bold; text-decoration: underline; color: #000000; }     

SPAN.bold { font-weight: bold; }
SPAN.ital { font-style: italic; }
SPAN.boldital { font-weight: bold; font-style: italic; }
SPAN.underline { text-decoration: underline; }
SPAN.boldunder { font-weight: bold; text-decoration: underline; }
SPAN.italunder { font-style: italic; text-decoration: underline; }
SPAN.loser { color: #FF0000; }

H3 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; }
H6.note { font-family: 'Times New Roman', serif; font-size: 10px; font-weight: bold; }

TD { font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; color: #000000; }
TD.about { font-family: 'Times New Roman', Verdana, Arial, sans-serif; font-size: 32px; font-weight: bold; font-style: italic; color: #000000; }
OL { font-family: Arial, sans-serif; font-size: 12px; color: #000000; }
UL { font-family: Arial, sans-serif; font-size: 12px; color: #000000; }
LI { font-family: Arial, sans-serif; font-size: 12px; color: #000000; }
