/* CSS Document */
body{
background-color:#000000;
background-position:center;
background-attachment:fixed;
margin:0;
padding:0;
font-size:14px;
}

.noView{
display:none;
}

.testo {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.testorilievo {
	font-size:15px;
	color:#FF0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.testorilievopiccolo {
	font-size:12px;
	color:#FF0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.link {color:#B67A79;}

.linklingue {font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;}

.link:hover{
color:#FE0000;
}

.linklingue:hover{
color:#CCCCCC;
}

