body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 80%;
}

li {
	font-weight: bold;
}

a:link, a:visited, a:active {
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	color: brown;
}

a:hover {
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
	color: red;
}
#footer {
	padding: 12px;
	color:#000000;
	font-size: 90%;
	text-align: right;
	clear:both;
	border-top: 1x solid #000000;
}
