body {  
	background: #feefc5;
	font-family : verdana, arial, sans-serif;
	font-size : .8em;
	font-weight: bold;
	marginheight: 0;
	marginwidth: 0;
	margin: 0;	

}

.unbold {
	font-family : verdana, arial, sans-serif;
	font-size : 1em;
	font-weight: normal;
		}

A:visited {
	font-family : arial, verdana, sans-serif;
	font-size : 1em;
	color: #e57e7e;
	text-decoration: underline;
	font-weight: bold;
	
	}
	
A:link {
	font-family : arial, verdana, sans-serif;
	font-size : 1em;
	color: #e57e7e;
	text-decoration: underline;
	font-weight: bold;
	
	}	
	
A:hover {
	font-family : arial, verdana, sans-serif;
	font-size : 1em;
	color: #7ec9e5;
	text-decoration: none;
	font-weight: bold;
	
	}	
	
	
#content {
	position : absolute;
	left : 420px;
	right : 0px;
	bottom: 0px;
	top: 40px;
	width: 500px;

}

.offlink {
	color: #7ec9e5; }
	
.header {
	color: #e57e7e; }	
