/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
body {
	background-color: #FFF1D5;
}
a:link {
	color: #003300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #00AE00;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}
