@charset "utf-8";
/* CSS Document */

a:link {
	color: #FCF204;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

a:hover, a:active {
	text-decoration: none;
	color: #FCF204;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:visited {
	color: #FCF204;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.logomenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	color: #FCF204;
	display: block;
}
