p { 
	color: #000000; 
	font-family: "Times New Roman", Times, serif; 
}
h3 { 
	color: gray; 
	font-family: "Times New Roman", Times, serif; 
}
#banner {
	display: none;
	position: absolute;






}
#menu {
	display: none;
	position: absolute;
}
#main { 
	position: static; 
	top: 10px; 
	left: 10px; 
	width: 720px; 
}
#prefs {
	display: none;
	position: absolute;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:active, a:hover {
	color: #060606;
	text-decoration: underline;
}
