
.topnav 
{
	background: #232323;
	height: 25px;
	color: #666;
	font-size: 10px;
	text-align: center;
	padding: 0 0 0 0;
	overflow: hidden;
}


.topnav p
{
	height: 20px;
	font-size: 10px;
	padding: 6px 0 0 0;
}

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


.topnav a:focus, 
.topnav a:hover 
{ 
	text-decoration: none;
	color: #666;
}