div.master_rosso {
	background-image: url('../images/back/back_rosso.png');
	background-color: #fd9;
}

table#compilation a:link,
table#altre_compilation a:link {
	color: #FF9;
	text-decoration: none;
}
table#compilation a:hover,
table#altre_compilation a:hover {
	color: #FF0;
	text-decoration: underline;
}
table#compilation a:visited,
table#altre_compilation a:visited {
	color: #FC0;
	text-decoration: none;
}
table#compilation td,
table#altre_compilation td {
	border: solid 1px #000;
}

table .bianco {
	color: #000;
	background-color: #FFF;
}
table .nero {
	color: #FFF;
	background-color: #000;
}
table thead th {
	color: #FFF;
	background-color: #007;
}

table .titolo {
	font-family: 'Lucida Sans', Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
}

table#compilation {
	width: 100%;
	font-size: 11px;
	color: #000;
}
table#compilation .nero {
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

table#altre_compilation {
	width: 100%;
	font-size: 11px;
	color: #FFF;
}
table#altre_compilation .subtitle {
	text-transform: uppercase;
}