A  {
	font-size : x-small;
	font-weight : bold;
	text-decoration : none;
	text-align : center;
	margin-left : 5;
	margin-right : 5;
	margin-top : 1;
	margin-bottom : 1;
	color : Maroon;
}

A:Visited  {
	font-size : x-small;
	font-weight : bold;
	text-decoration : none;
	text-align : center;
	margin-left : 5;
	margin-right : 5;
	margin-top : 1;
	margin-bottom : 1;
	color : maroon;
}

A:Active  {
	font-size : x-small;
	font-weight : bold;
	text-decoration : none;
	text-align : center;
	margin-left : 5;
	margin-right : 5;
	margin-top : 1;
	margin-bottom : 1;
	color : firebrick;
}

A:Hover  {
	font-size : x-small;
	font-weight : bold;
	text-decoration : none;
	text-align : center;
	margin-left : 5;
	margin-right : 5;
	margin-top : 1;
	margin-bottom : 1;
	color : FloralWhite;
}

BODY  {}

