H3  {
	font-size : medium;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Blue;
	font : Arial Bold, Impact;
	text-align : center;
}

A  {
	font-size : x-small;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Blue;
	font : Arial, Helvetica, Sans serif;
}

A:Visited  {
	font-size : x-small;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Blue;
	font : Arial, Helvetica, Sans serif;
}

A:Active  {
	font-size : x-small;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Blue;
	font : Arial, Helvetica, Sans serif;
}

A:Hover  {
	font-size : x-small;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Red;
}

H4  {
	font-size : small;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Blue;
	font : Arial, Helvetica;
	text-align : center;
}

