#color3 A:link  {
	color : #FF0000;
}

#color3 A:visited  {
	color : #FF0000;
}

#color3 A:active  {
	color : #FF0000;
}

#color3 A:hover  {
	color : #000000;
}

#color2 A:link  {
	color : #FFFFFF;
	text-decoration : none;
}

#color2 A:visited  {
	color : #FFFFFF;
	text-decoration : none;
}

#color2 A:active  {
	color : #FFFFFF;
	text-decoration : none;
}

#color2 A:hover  {
	color : #000000;
	text-decoration : none;
}

H1  {
	font-family : Verdana;
	color : #000000;
	font-size : medium;
}

.pagetitle  {
	font-family : Verdana;
	font-size : medium;
	color : #000000;
	margin-top : 10;
}

.pagefooter  {
	font-family : Verdana;
	color : #000000;
	text-align : center;
	font-size : small;
}

H5  {
	font-family : Verdana;
	font-size : 9;
}

