

A:LINK, A:VISITED {
	color : Black;
	text-decoration : none;
	font-weight : bold;
}

A:HOVER {
	background-color : #FFFFFF;
	color : Red;
	text-decoration : none;
}

H1 {
	color : #000000;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10;
}

H2 {
	color : #000000;
	font-family :  Arial;
	font-size : 12;
	font-weight : normal;
}

H3 {
	color : #000000;
	font-family :  Arial;
	font-size : 18;
	font-weight : bold;
	text-align : center;
}

H4 {
	color : #000000;
	font-family : Arial;
	font-size : 12;
	background : #99CCFF;
	background-color : #99CCFF;
	padding : 10px;
}

H5 {
	color : #990000;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : 900;
	margin-top : 1.5em;
}

H6 {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-style : italic;
	font-weight : 800;
	margin-bottom : -0.8em;
}


