a {
	text-decoration: none;
	font:  1em Georgia, Times, "Times New Roman", serif;
	font-size: 1.1em;
}

a:link {
	color: #555555;
	background-color: transparent;
}

 #nav ul li a:visited {
	color: #006600;
	background-color: transparent;
 }

a:link:hover, a:visited:hover {
	color: #ff0000;
	background-color: transparent;
}

a#current {
	color: #555555;
	background-color: transparent;
}

