.border {
	border: 1px solid #000000;
}
.textmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.navlinks {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #800000;
	text-decoration: underline;
	background-color: #eeeeee;
	background-repeat: no-repeat;
	padding: 2px 5px;
	margin: 2px;
}
.navlinks:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #800000;
	text-decoration: underline;
	background-color: #cccccc;
	background-repeat: no-repeat;
	padding: 2px 5px;
	margin: 2px;
}
