#topNav {
	background: Teal;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	position: absolute;
	left: 25px;
	top: 91px;
	width: 442px;
	height: 21px;
	z-index: 2;
	border: 1px none #000000;
	text-decoration: none;
	font: bold;
}
#topNav a:link {
	background: Navy;
	color: White;
	font: 22px;
	text-decoration: none;
	font-size: large;
}
#topNav a:hover {
	background: Silver;
	color: Black;	
	font: 22px;
	text-decoration: none;
	font-size: large;
}
#topNav a:visited {
	background: Aqua;
	font: 22px;	
	text-decoration: none;
	font-size: large;
}

#logo {
	position:absolute; 
	left:25px;
	top:26px; 
	width:300px; 
	height:60px; 
	z-index:1;
}
#body {
	position:absolute;
	left:59px;
	top:117px;
	width:379px;
	height:315px;
	z-index:3;
	overflow: scroll;
}
#footer {
	font-size: 9px;
	position:absolute; 
	left:25px; 
	top:457px; 
	width:442px; 
	height:37px; 
	z-index:4; 
	background-color: #9933CC;  
	border: 1px none #000000;
}
#footer  a:link {
	color: Black;
	font: 10px;
	text-decoration: none;
}
#footer  a:hover {
	color: Red;
	font: 10px;
	text-decoration: none;
}
#footer  a:visited {
	color: Black;
	font: 10px;
	text-decoration: none;
}
#tosaup {
	font-size: 10px;
	position:absolute; 
	left:89px; 
	top:435px; 
	width:322px; 
	height:15px; 
	z-index:5
}
#tosaup  a:link {
	background: White;
	color: Black;
	font: 10px;
	text-decoration: none;
}
#tosaup  a:hover {
	background: White;
	color: Red;
	font: 10px;
	text-decoration: none;
}
#tosaup  a:visited {
	background: White;
	color: Black;
	font: 10px;
	text-decoration: none;
}
.style1 {
font-size: 16px;
}
