A:ACTIVE {
	font-family : Verdana;
	font-size : 11px;
	text-decoration : none;
	color : Yellow;
}

A:HOVER {
	font-family : Verdana;
	font-size : 11px;
	text-decoration : underline;
	color : Yellow;
}
A:VISITED {
	font-family : Verdana;
	font-size : 11px;
	color : #CCCC60;
	text-decoration : none;
}

A:LINK {
	color : #CCCC66;
	font-family : Verdana;
	font-size : 11px;
}


P {
	font-family : Verdana;
	font-size : 11px;
	color : White;
}

H1 {
	color : #cc9900;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
}

H2 {
	color : #0099FF;
	font-family : Verdana;
	font-size : 17px;
}




