body { 
  color : #000000; 
  background : #ffffff;  
}

a { 
  text-decoration : none; 
  color : #000000; 
}

/* footer */
#footer { /* footer.html  */
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000; /* black */
	border-top:1px solid #999; 
	height:25px;
	margin:0 auto;
	width:800px;
	padding:0px;
	text-align: center;
		
}

#line2 { /* footer.html  */
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000; /* black */
	height:25px;
	margin:0 auto;
	width:800px;
	text-align: center;
	line-height: 30px;	
}

#line3{ /* footer.html  */
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000; /* black */
	height:25px;
	margin:0 auto;
	width:800px;
	padding-top:35px;
	line-height:30px;
	text-align: center;	
}

#line3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000; /* black */
	font-style: normal;
	font-weight: none;
	text-decoration: none;
}

#footer a{ /* footer.html  */
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000; /* black */
	font-style: normal;
	font-weight: none;
	text-decoration: underline;
}

/* no display */

 #navigation, #header { 
  display : none; 
} 
