body {
	background: #ffffcc; 
	margin-left: 0px; 
	margin-top: 10px; 
	margin-right: 0px; 
	margin-bottom: 0px;
	font-family: georgia, serif; 
	color: #000000;
	}

.hidden {
	color: #ffffcc; 
	}
	
A.hidden:link {
	color: #bb0000; 
	text-decoration: none;
	font-variant: small-caps;
	font-style: normal;	
	} 
A.hidden:visited {
	color: #bb0000; 
	text-decoration: none; 
	font-variant: small-caps;
	font-style: normal;	
	} 
A.hidden:active { 
	color: #000000; 
	} 
A.hidden:hover { 
	color: #000000; 
	} 
	
A:link {
	text-decoration: underline;
	color: #bb0000; 
	} 
A:visited {
	text-decoration: underline; 
	color: #bb0000; 
	} 
A:active { 
	color: #ff9900; 
	} 
A:hover { 
	color: #ff9900; 
	} 
	
A.bottom:link {
	font-size: 75%;
	text-decoration: none;
	color: #000000; 
	} 
A.bottom:visited {
	font-size: 75%;
	text-decoration: none; 
	color: #000000; 
	} 
A.bottom:active { 
	font-size: 75%;
	color: #bb0000; 
	} 
A.bottom:hover { 
	font-size: 75%;
	color: #bb0000; 
	} 
	
H1, H2, H3, H4 {
	color: #ffffff;
	}

IMG {
	border-color: #000000;
	}
	
TD {
	font-style: italic;
	}