A {
	text-decoration : none;
	color : Black;
	font-family : sans-serif;
	font-size : xx-small;
	font-weight: bolder;
}

A:ACTIVE {
	text-decoration : none;
	color : ButtonText;
	font-family : sans-serif;
	font-size : xx-small;
	font-weight: bolder;
}
A:HOVER {
	text-decoration : none;
	color : #383838;
	background-color: #58ADD6;
	font-family : sans-serif;
	font-size : xx-small;
	font-weight: bolder;
}

A:LINK {
	text-decoration : none;
	color : Black;
	font-family : sans-serif;
	font-size : xx-small;
	font-weight: bolder;
}

A:VISITED {
	text-decoration : none;
	font-family : sans-serif;
	font-size : xx-small;
	font-weight: bolder;
}
BODY {
}
TD {
}
