/* CSS Document */

.navigation {
	font-family:  "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0033FF;
	background-color: #000000;
	display: inherit;
	padding: 18px;
	width: inherit;
}


.navigation:hover {
	font-family:  "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF9900;
	background-color: #000000;
	display: inherit;
	padding: 18px;
	width: inherit;
}


