body {
	background-attachment: scroll;
	background-color: #ECF3E2;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	font-family: "Times New Roman", Times, serif;
	color: #335233;
	font-size: 1em;
	margin: 5px;
}
table {
	background-color: #ECF3E2;
	border: 1px solid #709270;
}
td {
	border: 1px solid #709270;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #335233;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	color: #335233;
	text-decoration: none;
}

a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	color: #335233;
	text-decoration: none;
}

a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	color: #335233;
	text-decoration: none;
}
