html{
	height: 100%;
}


body {
 background-color:#FFFFFF;

}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
/*top navigation*/
.topNav a:link{
	font-family: arial,helvetica, sans-serif;   
	font-size: 12px;
	text-decoration: none; 
	color: #FFFFFF;
}

.topNav a:visited{
	font-family: arial,helvetica, sans-serif;   
	font-size: 12px; 
	text-decoration: none; 
	color: #FFFFFF;
}


.topNav a:active{
	font-family: arial,helvetica, sans-serif;   
	font-size: 12px; 
	text-decoration: none; 
	color: #8a8a8a;
}

.topNav a:hover{
	font-family: arial,helvetica, sans-serif;   
	font-size: 12px; 
	text-decoration: none; 
	color: #8a8a8a;
}
