
body {
	background-image: url(images/grey_wood.jpg);
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}
a:link {
	color: #1F3E00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1F3E00;
}
a:hover {
	text-decoration: underline;
	color: #00A510;
}
a:active {
	text-decoration: none;
	color: #00A510;
}
a {
	font-weight: bold;
}


