P  {
	font-family : Verdana, arial;
	font-size : x-small;
	font-weight : bold;
	color : Red;
}

H1  {}

H2  {}

H3  {}

A  {
	font-size : x-small;
	font-family : Verdana, arial;
	font-weight : bold;
	font-style : normal;
	color : White;
	text-align : center;
	text-decoration : none;
}

A:Visited  {
	font-size : x-small;
	font-family : Verdana, arial;
	font-weight : bold;
	font-style : normal;
	color : Blue;
	text-align : center;
	text-decoration : none;
}

A:Active  {
	font-size : x-small;
	font-family : Verdana, arial;
	font-weight : bold;
	font-style : normal;
	color : Red;
	text-align : center;
	text-decoration : none;
}

A:Hover  {
	font-size : x-small;
	font-family : Verdana, arial;
	font-weight : bold;
	font-style : normal;
	color : Silver;
	text-decoration : none;
}

BODY  {
	color : White;
	font-family : Verdana, helvetica,arial;
	font-size : x-small;
	text-decoration : none;
}


