BODY {
	background-color : White;
	color : #B2B2B2;
	font-family : Tahoma;
	font-size: 12px;
}

A:LINK, A:VISITED {
	color : #CC0000;
}

A:HOVER {	
	color : Black;
}

H1 {
	color : #CC0000;
	font-family : Tahoma;
	font-size : 21px;
	text-decoration: underline;
	font-variant: small-caps;
}

H2 {
	color : Black;
	font-family : Tahoma;
	font-size : 21px;
	font: small-caps bold;
}

H3 {
	color : #00CC00;
	font-family : Georgia;
	font-size : 14px;
	text-decoration: overline;	
}

H4 {
	color : #008F00;
	font-family : Georgia;
	font-size : 115%;	
}

H5 {
	color : #009999;
	font-family : Tahoma;
	font-size : 100%;
	font-weight : 900;
}

H6 {
	color : #505050;
	font-family : Tahoma;
	font-size : 12px;
	font-weight: lighter;
}



