.nav {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	color: E1C410;
	background-color: 00280C;
}

.nav a {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	color: E1C410;
	background-color: 00280C;
	text-decoration: none;
   display: block;
}

.nav a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	color: 56C8CB;
	background-color: 00181C;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.genre {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #003300;
	background-color: #dddddd;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
