@charset "utf-8";
/* CSS Document */

#top {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color:#CCC;
}

#top a {
	text-decoration: none;
}
#bottom {
	text-align: center;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-decoration: underline;
}

A:link{
	color:#000;
	
}

A:visited{
	
	color:#000;
}

A:active{
	background-color:#666;
	color:#FFFFFF;	
	
}

A:hover{
	background-color:#666;
	color:#FFFFFF;	
}

p {font-size: 18px}