body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-color: #f7e8bd;
	font-family: Tahoma;
	color: #000000;
	}
.main {  
	font-family: inherit; 
	background-color: inherit; 
	font-size: 14px; 
	}
.footer {  
	font-family: inherit; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000; 
	background-color: inherit;
	}	
.mainnav {  
	font-family: inherit; 
	font-size: 14px; 
	font-weight: bold; 
	color: #000000; 
	background-color: inherit;
	}

.mainnav a:link {
	text-decoration: underline;
	color: #000000;
	background-color: inherit;
	}
.mainnav a:visited {
	text-decoration: underline;
	color: #000000;
	background-color: inherit;
	}
.mainnav a:hover {
	text-decoration: none;
	color: #6B540E;
	background-color: inherit;
	}
.mainnav a:active {
	text-decoration: underline;
	color: #000000;
	background-color: inherit;
	}
	
.hidden {

	.hidden a {
	color: #F7E8BD;

	}
	.hidden a:link {
	color: #F7E8BD;

	}
	.hidden a:visited {
	color: #F7E8BD;

	}
	.hidden a:hover {
	color: #F7E8BD;

	}
.main a:link {
	text-decoration: none;
	color: #5F8AB2;
	background-color: inherit;
	font-weight: bold;
	}	
.main a:visited {
	text-decoration: none;
	color: #5F8AB2;
	background-color: inherit;
	font-weight: bold;
	}
.main a:hover {
	text-decoration: none;
	color: #D22323;	
	background-color: inherit;
	font-weight: bold; }

.main a:active {
	text-decoration: none;
	color: #F7E8BD;
	background-color: inherit;
	font-weight: bold;
	}
.welcome { 
	font-family: inherit;
	font-style: italic;
	font-size: 24px;
	font-weight: bold;
	}	
