body, td {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #bfbfbf;
	color: #333333;
}

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}

.input {
	border: solid 1px black;
}

