.box {
	border-style:solid; 
	border-color:#C3D1EE; 
	border-width:1px;
}

.boxhead, .boxhead a, .boxhead a:link, .boxhead a:active, .boxhead a:visited {
	background-color:#C3D1EE;
	text-transform:uppercase;
	font-weight:bold;
	color:#BF0035;
	font-size:12px;
	padding:4px;
	text-decoration:none;
}
.boxhead a:hover {
	color:#BF0035;
	text-decoration:underline;
}

.title, .title a, .title a:link, .title a:active, .title a:visited {
	text-decoration:none;
	color:#666688;
	font-size:14px;
	font-weight:bold;
}
.title a:hover {
	text-decoration:underline;
	color:#666688;
}

.genre {
	color:#000000;
	font-size:11px;
	font-weight:bold;
}

.info {
	color:#000000;
	font-size:11px;
	font-weight:normal;
}

