A:ACTIVE {
	color : White;
	background-color : #2F4F4F;
	border-bottom-width : thin;
	border-color : #B22222;
	border-left-width : thin;
	border-right-width : thin;
	border-top-width : thin;
	display : block;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-style : normal;
	font-variant : small-caps;
	font-weight : bold;
	background : Whit;
}

A:LINK {
	color : White;
	background-color : #2F4F4F;
	border-bottom-width : thin;
	border-color : #B22222;
	border-left-width : thin;
	border-right-width : thin;
	border-top-width : thin;
	display : block;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-style : normal;
	font-variant : small-caps;
	font-weight : bold;
}
A:VISITED {
	color : White;
	background-color : #2F4F4F;
	border-bottom-width : thin;
	border-color : #B22222;
	border-left-width : thin;
	border-right-width : thin;
	border-top-width : thin;
	display : block;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-style : normal;
	font-variant : small-caps;
	font-weight : bold;
}
A:HOVER {
	color : Black;
	background-color : #2E8B57;
	border-bottom-width : thin;
	border-color : Red;
	border-left-width : thin;
	border-right-width : thin;
	border-top-width : thin;
	display : block;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-style : normal;
	font-variant : small-caps;
	font-weight : bold;
}
