html {
min-height: 101%;
}

body {
	background-color: #EFEFEF;
}

.simplecs {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	
.heading {
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}

.xx-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 5px;
	line-height: 5px;
}

a:link {
	text-decoration: none;
	color: #993300;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
	
td.nav:hover {
	background-color: #999999;
}
