h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d66200;
	font-size: 21px;
	margin-bottom: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d66200;
	font-size: 19px;
	margin-bottom: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d66200;
	font-size: 15px;
	margin-bottom: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #d66200;
	font-size: 15px;
}

p.block {
	font-family: Arial, Helvetica, sans-serif;
	color: #d66200;
	font-size: 15px;
	text-align: justify;
}

a {
	font-size: 14px;
	color: inherit;
}

li {
	color: #d66200;
}

img {
	border-width: 0px;
}

body {
	background-color: #e2783a;
	font-family: Arial, Helvetica, sans-serif;
}

.header {
	background-color: #f8e8d7;	
}

.contents {
	background-color: #f8e8d7;
}

.spacer {
	height: 10px;
	background-color: #FCDCAC;
}

.footer {
	height: 75px;
	background-color: orange;
}

table.genre {
	text-align: center;
	width:100%;
}