BODY, P, UL, LI, DD, TD {
	font-family : "Verdana", "Tahoma", "Arial", "Franklin Gothic Book";
	text-decoration : none;
	color : white ;
	font-size : 12pt;
	font-weight : bold;		
}
B {
	font-family : "Verdana", "Tahoma", "Arial", "Franklin Gothic Book";
	font-size : 12pt;
	font-weight : bold;
}
A {
	font-family : "Verdana", "Tahoma", "Arial", "Franklin Gothic Book";
	text-decoration: underline;
	color: orchid ;
	font-size : 12pt;
	font-weight : bold;
}
A:ACTIVE {
	font-family : "Verdana", "Tahoma", "Arial", "Franklin Gothic Book";
	font-size : 12pt;
	text-decoration: underline;
	color: magenta ;
	font-weight : bold;
}
A:VISITED {
	font-family : "Verdana", "Tahoma", "Arial", "Franklin Gothic Book";
	font-size : 12pt;
	text-decoration: underline;		
	color: mediumorchid ;
	font-weight : bold;
}
A:Hover {
	font-family : "Verdana", "Tahoma", "Arial", "Franklin Gothic Book";
	font-size : 12pt;
	text-decoration: underline;
	color: magenta ;
	font-weight : bold;
}	
H1 {
	font-family : "Verdana", "Tahoma", "Arial", "Franklin Gothic Book";
	font-size : 22pt;
	font-weight : bold;
	color : white;		
}
H2 {
	font-family : "Verdana", "Tahoma", "Arial", "Franklin Gothic Book";
	font-size : 16pt;
	font-weight : bold;
	color : white;
}
H3 {
	font-family : "Verdana", "Tahoma", "Arial", "Franklin Gothic Book";
	font-size : 14pt;
	font-weight : bold;
	color : white;
}
H4 {
	font-family : "Verdana", "Tahoma", "Arial", "Franklin Gothic Book";
	font-size : 12pt;
	font-weight : bold;
	color : white;
}
H5 {
	font-family : "Verdana", "Tahoma", "Arial", "Franklin Gothic Book";
	font-size : 12pt;
	font-weight : bold;
	color : white;
}
H6 {
	font-family : "Verdana", "Tahoma", "Arial", "Franklin Gothic Book";
	font-size : 5pt;
	font-weight : bold;		
	color : white;
}
Small {
	font-family : "Verdana", "Tahoma", "Arial", "Franklin Gothic Book";
	font-size : 10pt;
	color : white;
}