/* These sytles are only used by the current theme. The can be adjusted in any way.*/
/*
Theme colours
Red: ce0632
Blue: 26d3ff
*/
body{
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Arial;
	color: #434144; /*#6699cc;*/
	font-weight: bold;
}
h1,h3,h4{
	margin: 0px;
	color: White;
	text-decoration: none;
	font-weight: bold;
}

h1{font-size: 30px;}
h2{font-size: 16pt;color: orange;font-weight: bold;}
h3{font-size: 14pt;}
h4{font-size: 12pt;}

.blue{color: #001c55;}

.fondo-diario{
	padding-right: 5px; padding-left: 5px; background: url(img/diario-rosso.png) no-repeat left;
}


.titolodx{font-size: 14px;color: #000000;}
.datadx{font-size: 11px;color: #c90119;}
.testodx{font-size: 11px;color: #000000;}
.news{font-size: 11px;	color: Gray;}

a{color: #434144;font-size: 12px;text-decoration: none;}
a:link  {color: #434144;} 
a:visited {color: #434144;}
a:active {color: #434144;}
a:hover {text-decoration: underline;color: #434144;}



a:menu{font-size: 14px; text-decoration: none; color: #c90019;}
a:link.menu  {color: #c90019;}
a:visited.menu {color: #c90019;}
a:active.menu {color: #c90019;}
a:hover.menu {text-decoration: underline;color: #c90019;}








