#colonna-sx, #colonna-dx { 
float: left; 
width: 20%;
background:transparent;
color: #000;
}

#colonna-dx { margin-right:-1px; }

#principale { 
float: left;
width: 60%;
background: #FFF;
color: #000;
min-height: 730px;
height: auto !important;
height: 730px;
}

#footer { 
clear: left;
border-top: 1px dotted #999;
}

body { 
margin:0 1px 0 0;
background: #FFF;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #000;
}

#header { 
background: transparent;
border-bottom: 1px dotted #999;
}

#colonna-sx .box, #colonna-dx .box {
padding: 10px;
}

#colonna-sx .container, #colonna-dx .container {
clear: left;
margin-bottom: 10px;
}

#principale .box { 
border-style: none dotted none dotted; 
border-color: #999; 
border-width: 1px; 
padding: 10px;
min-height: 700px;
height: auto !important;
height: 700px;
}

.links a{
font-size: xx-small;
font-weight: bold;
background: transparent;
color: #000080;
text-decoration: none;
}

.links a:hover{color:#990000}

.titolo-news {
color: #000;
font-size: 12px;
text-align: left;
font-weight: bold;
text-decoration: none;
}

.titolo-sec {
color: #00080;
font-size: 12px;
text-align: left;
font-weight: bold;
text-decoration: none;
}

hr { display: none; }