H1  {
	font-size : 40px;
	font-family : Arial;
	font-weight : bold;
	font-style : italic;
	color : White;
}

H2  {
	font-size : 20px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Navy;
	text-align : center;
}

H3  {
	font-size : 20px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

A  {
	font-size : 15px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-decoration : none;
}

A:Visited  {
	font-size : 15px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-decoration : none;
}

A:Active  {}

A:Hover  {
	font-size : 15px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Silver;
	text-decoration : none;
}

BODY  {
	font-size : 15px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

H4  {
	font-size : 15px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Navy;
}

.small  {
	font-size : 10px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

.ital  {
	font-size : 15px;
	font-family : Arial;
	font-weight : normal;
	font-style : italic;
	color : Black;
}

TABLE  {
	font-size : 15px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

A.small  {
	font-size : 10px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Gray;
}

A.small:Hover  {
	font-size : 10px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

