h1 {
	color: #cc0000;
	font-family: Vandera, sans-serif;
	font-size: 14px;
}

.author {
	color: #144b93;
	font-family: Vandera, sans-serif;
	font-size: 10px;
	font-variant:small-caps;
}

.trailer {
	font-family: Vandera, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

.trailer a{
	text-decoration: none;
	color: #00306b;
}

.topnavigation {
	color: #00306b;
	font-family: Vandera,sans-serif;
	font-size: 16px;
	float: left;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	border-right: solid #144b93 2px;
	height: 25px;
}

.topnavigation a {
	margin-left: 5px;
	text-decoration: none;
	color: #00306b;

}

.topnavigation a:hover{
	text-decoration: none;
	color: #ffffff;
	background-color: #cc0000;
	
}