P  {
	font-size : small;
	font-family : Verdana, Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : #CCCCCC;
}


H1  {
	font-size : xx-large;
	font-family : Verdana, Arial, Helvetica;
	font-style : normal;
	color : #CCCCCC;
	font-weight : bold;

}

H2  {
	font-size : x-large;
	font-family : Arial;
	color : #CCCCCC;
}

H3  {
	font-size : large;
}

A  {
	text-decoration : none;
	color : #339966;
}

A:Visited  {
	color : #339966;
}

A:Active  {
	color : #FF0000;
}

A:Hover  {
	color : #FF0000;
}

BODY  {
	font-size : small;
	font-family : Verdana, Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	background-color : #FFFFFF;
}

B  {
	font-weight : bold;
}

