body{
	margin: 0px;
	background-color : #bccad0;
	background-image: url(../images/sfondo.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: verdana, tahoma, arial;
	color: #ffffff;
	}
	
a {	
	color: #cccccc;
	}
	
img{
	margin: 0px;
	}
	
p{
	font-size: 12px;
	}
	
h4{
	font-size: 15px;
	font-weight: bold;
	}

ul li{
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
ul li a:hover, p a:hover {
	color: #333333;
	background-color: #cccccc;
	}

