body{
	margin:0; width:100%; height:100%; overflow:hidden;
	
	
	
	a {text-decoration: none}
	a:link {color:cyan }
	a:visited {color:magenta }
	
}
#background{
	position:absolute;
	z-index:1; 
	width:110%; 
	height:120%;
	top:0;
	left:0;
}
#scroller {position:absolute; left:11em; width:85%; height:83%; top:130px; overflow:auto; z-index:2;padding-right:2em;} 
#topbanner{
	position:absolute; top:0; left:0;
	align:center; 
	width:100%; 
	height:12%; 
	text-align:center;
	font-size:400%;
	color:white;
	z-index:5;
}
h3{
	font-family:typewriter,arial;
	text-align:center;
	color:yellow;
	font-size:250%;
}
#menu1{
	position:absolute; top:125px; left:0; width:7em;
	color:white;
	font-family:typewriter,arial;
	font-size:150%;
	z-index:4;
	text-align:center;
}
p.general{
	font-family:arial,sansserrif;
	color:white;
	text-align:Justify;
	font-size:100%;

	a {text-decoration: none};
	a:link {color:white };
	a:visited {color:white };
}
p.notice{
	font-family:arial;
	color:orange;
	text-align:center;
	font-size:200%;
}