/* CSS Document */

body,td,th {
	font-family: Bodoni MT;
	font-size: 18px;
	color: #e6ffa9;
}
a:link {
	color: #e6ffa9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e6ffa9;
}
a:hover {
	text-decoration: underline;
	color: #FFFFCC;
}
a:active {
	text-decoration: none;
	color: #e6ffa9;
}