.topnav p { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	padding: 0.7em 0.5em 0 0.5em; 
	margin: 0; 
	font-size: 0.9em;
	line-height: 0.9em;
	color: white;
}

.topnav a:link {
	color: white;
	text-decoration: none;
}

.topnav a:hover { 
	color: #FD0;
	text-decoration: underline;
}

.topnav a:visited {
	color: #DDD;
	text-decoration: none;
}
