@charset "UTF-8";
/* CSS Document */

.top_nav {
face: Times New Roman, Times, serif; 
font-style:italic;
font-weight:bold;
}

.top_nav a {
	text-decoration:none;
	color: #666666;
	}
	
	.top_nav a:hover {
	text-decoration:underline;
	color: #000000;
	}