body, table, td, th, input {
	font-family: Georgia, Arial;
	font-size: 11px;
}
a:link {
	text-decoration: none;
	color: #515151;
}
a:visited {
	text-decoration: none;
	color: #515151;
}
a:hover {
	text-decoration: underline;
	color: Black;
}
.footer {
	font-family: Georgia, Arial;
	font-size: 10px;
}
.footer a:hover {
	text-decoration: underline;
	color: Black;	
}
.border {
	border: 1px solid #999;
	padding: 2px;
	background-color: #fff;
}