/* CSS Document */
td {
	font-family: Geneva;
	font-size: 14px;
	color: #93D0E0;
}

a:link {
	color: #999999;
	text-decoration: none;
	}

a:visited {
	color: #999999;
	text-decoration: none;
	}

a:active {
	color: #999999;
	text-decoration: none;
	}

a:hover {
	color: #A3C73C;
	text-decoration: none;
	}

