@charset "UTF-8";
/* CSS Document */

p{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #000000;
line-height: 18px;
padding: 3px;
}

.navigation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #7e934b;
	text-decoration: none;
	background-color: #ffdf82;
	display: block;
	padding: 8px;
	width: 140px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7e934b;
}


.navigation:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #7e934b;
	text-decoration: none;
	background-color: #ffffff;
	display: block;
	padding: 8px;
	width: 140px;
}

table{
border: 2px solid #573b1b;
}
.border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #761b6e;
	text-decoration: none;
	padding: 3px;
	text-align: center;
}
