a:hover {
	background-color: #ffffff;
	color:black;
}

a:active {
	color: #FF0000;
}

a {
	margin: 3px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #ffffff;
	cursor:default;
}
body {
	background:url(../images/nav.png) top repeat-x #333;
	background-color: #fff;
	text-align: center;
}

