@charset "UTF-8";
body {
	background-color: #000000;
	margin: 0px;
	margin-top:0px;
	background-image: url(immagini/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

.news {
width:210px;
padding-left:10px;
padding-right:10px;
float:left;
border-left: solid 1px #222222;
text-align:left;
height:64px;
color:#FFCC00;
line-height:1.4em;
}
a:link, a:visited, a:active {
color:#FFFFFF;
text-decoration:none;}

a:hover {
color:#FFCC00;}

.font td {
font-size:12px;}

#elenco {
height:270px;
overflow:auto;
}

h3 {
line-height:1.3em;}