H1
{
	font-family : Verdana;
	text-align : center;
}

H2
{
	font-family : Verdana;
	text-align : center;
}

H3
{
	font-family : Verdana;
	text-align : center;
}

A {
	text-decoration: none;
	color: #FFFFFF;
}

A:Hover {
	text-decoration: blink;
	color: #FFD700;
	background : Black;
}
A.NoHover:Hover {
	color: #FFD700;
	background : #336799;
}

A:Active  
{
	color : White;
	text-decoration : none;
}

A:Link
{
	color : White;
	text-decoration : none;
}

A:Visited
{
	color : White;
	text-decoration : none;
}

.checkfont
{
	font-family : Verdana;
	font-size : smaller;
	font-weight : bold;
}

.checkfontsmall
{
	font-family : Verdana;
	font-size : xx-small;
	font-weight : bold;
}

.checkfontxsmall
{
	font-family : Verdana;
	font-size : 50%;
	font-weight : bold;
}