/* CSS Document */
/* Link */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Body */
body {
	background-color: #DCDCDC;
	font-family: Georgia, Times New Roman, Times, serif;
}

/* Grafica */
.top_bg { 
	text-align:center;
	position:absolute;
	left:0px;
	width:100%;
	top:40px;
}
.top { 
	text-align:center;
	position: relative;
	top:1px;
}
.citazione {
	font-size: 12px;
	color: #FFFF00;
	font-weight: bold;
}
.centro {
	text-align:center;
	position: relative;
	top:-5px;
}
	/* Menu */
.menu {
	background-color: #144D04;
	text-align:left;
}
.menu ul {
	color: #0099FF;
	list-style-type: none;
 	padding-left: 10px;
	margin: 0px;
	line-height: 20px;
	
}
.menu_box ul {
	list-style-type: none;
 	padding-left: 0px;
	margin: 0px;
	margin-top: 0px;
	
}
.menu a:link {
	color: #0099FF;	
}
.menu a:visited {
	color: #0099FF;	
}
.menu a:hover {
	color: #0099FF;	
}
.main {
	background-color: #C8F8C2;
	text-align:left;
}
.bottom { 
	text-align:center;
	position:relative;
	top:-5px;
	}
.copyright {
	left:10px;
	position:relative;
	top:1px;
	font-size: 11px;
}



/* Main */

.titolo1 {
	color: #144D04;
	font-size: 24px;
	font-weight: bold;
}
.titolo2 {
	color: #144D04;
	font-size: 18px;
	font-weight: bold;
}
.attenzione {
	color: #FFFF00;
	font-size: 36px;
}

