.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFF;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
	color: #666;
}
.current {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #0C0;
}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
a {
 color:#666;	
 text-decoration: none;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #0C0;
	text-decoration: none;
}
body {
	background-color: #E5EFF8;
}

a:active {
	text-decoration: none;
	color: #0C0;
}


