a:visited {
	color: #996600;
	text-decoration: none;
}
a:link {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #993300;
	text-decoration: underline;
}

.footer {
	color: #1a1a1a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #dbd1a3;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8e7b29;
	border-right-color: #8e7b29;
	border-bottom-color: #8e7b29;
	border-left-color: #8e7b29;
}
.mainframe {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #8E7B29;
	border-right-color: #8E7B29;
	border-bottom-color: #8E7B29;
	border-left-color: #8E7B29;
}

