BODY {
	background-image:url(img/sfondo.jpg);
	background-position:top;
	background-repeat:repeat;
	
	background-color:black;
	font: 10px Verdana, sans-serif;
	color: white;
	padding: 0;
	height: 100%;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}

html{
height:100%;
} 

a.link:link,a.link:visited {
	font-size: 28px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f8e90b;
	text-decoration: none;
	}

a.link:hover {
	font-size: 28px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #f8e90b;
	text-decoration: underline;
	}
	
a.linkMENU:link,a.linkMENU:visited {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: black;
	text-decoration: underline;
	}

a.linkMENU:hover {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #666666;
	text-decoration: underline;
	}
	


/*==========*/


.testo {
	color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
	


.bordo_pubbli {
	border-top-color: #146528;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #146528;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #146528;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #146528;
	border-left-style: solid;
	border-left-width: 1px;
	}
	
.bordo_pubbli:hover {
	border-top-color: #f8fe77;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #f8fe77;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #f8fe77;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #f8fe77;
	border-left-style: solid;
	border-left-width: 1px;
	}

