@charset "utf-8";
/* CSS Document */

.navigation{
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	color: #FFFF00;
	text-decoration: none;
}

.navigation:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	font-weight: normal;
	color: #FF00FF;
	text-decoration: none;
}


.navigation:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}
