body{ margin-top:0px;
	background-image: url(immagini/bg.jpg);
	background-repeat:repeat-x;
	background-color:#17196f; 
	}
input, textarea, option, select {
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #72afeb;
	padding:2px; 
	border:1px dotted #4894d3;
}

.text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #72afeb;
	line-height: 200%;
	text-align:justify;
	
}
.text2{
	font-family: Tahoma;
	font-size: 7pt;
	color: #3176bf;
	text-transform:capitalize; 
	text-align:justify;
	letter-spacing:1px;
	border-bottom:1px dotted #3176bf;
	font-weight:lighter;
		}

a.text:link, a.text:active, a.text:visited{	font-family: Tahoma;
	font-size: 8pt;
	color: #FFFFFF; 
	text-transform:capitalize;
	text-decoration:none;
	letter-spacing:1px;	
	font-variant:small-caps;
	background-color:#72afeb;
	border-top:1px dotted #3176bf;
	border-bottom:1px dotted #3176bf;}
a.text:hover{font-family: Tahoma;
	font-size: 8pt;
	color: #3176bf; 
	text-transform:capitalize;
	text-decoration:none;	
	font-variant:small-caps;
	letter-spacing:1px;	
	background-color:#FFFFFF;
	border-top:1px dotted #72afeb;	
	border-bottom:1px dotted #72afeb;}

a:link, a:active, a:visited {
	color: #c1c8d2;
	text-decoration:none;
	 }
a:hover {
	color:#c15a93;
	text-decoration:none;
	}

.border{background-color: #4ea1fc;
	padding: 3px;
	}
.border:hover{background-color: #0945a3;
	padding: 3px;
}


