body {
	margin: 0px;
	background: #BECC97;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}
#header {
	background: url(images/head.jpg) no-repeat;
	height: 195px;		
}
#main {
	background: url(images/back.gif);
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background: url(images/footer.jpg) no-repeat;
	height: 90px;
	text-align: center;
	clear: both;
}
h1 {
	color: #F64CA0;
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
}
h2 {
	color: #2B69B0;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
}
#text {
	padding-right: 30px;
	padding-left: 20px;
}
.news{
	width: 500px;
	background-color: #cccccc;
	padding: 4px;
	margin-left: 200px;
	margin-top: 15px;
	border: 3px solid #2969B0;
	text-align: left;	
	color: #000000;
	font-size: 10px;
}



#messaggio {
	font-weight: bold;
	font-size: 12px;
	color: #F64CA0;
	margin: 0px 0px 10px 170px;
}



.posted {
color: #2969B0;
font-size: 10px;
}

.copy {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}



fieldset{
	border-color: #2B69B0;
	border-style: solid;
	padding: 4px;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

img{
	border: 3px solid #2969B0;
	margin-left: 230px;
}

form{
	border: 0px;
	padding: 0px;
}


li.p11{
	height: 20px;
}

input{
	border-style: solid;
	border-color: #2B69B0;
	font-size: 11px;
	color: #000000;
	padding: 2px;
	margin: 3px;
}
.login{
	width: 80px;
}

legend{
	color: #F64CA0;
	font-size: 11px;
	font-weight: bold;
}

a:link.link{
	text-decoration: none;
	color: #F64CA0;
}
a:active.link{
	text-decoration: none;
	color: #F64CA0;
}
a:visited.link{
	text-decoration: none;
	color: #F64CA0;
}
a:hover.link{
	text-decoration: underline;
	color: #F64CA0;
}

a{
	text-decoration: none;
	color: #F64CA0;
}
a:active{
	text-decoration: none;
	color: #F64CA0;
}
a:visited{
	text-decoration: none;
	color: #F64CA0;
}
a:hover{
	text-decoration: underline;
	color: #F64CA0;
}