
BODY {
	SCROLLBAR-FACE-COLOR: #6179a1;
	SCROLLBAR-HIGHLIGHT-COLOR: #C7B175; 
	SCROLLBAR-SHADOW-COLOR: #C7B175;  
	SCROLLBAR-3DLIGHT-COLOR: #C7B175; 
	SCROLLBAR-ARROW-COLOR: #C7B175 ; 
	SCROLLBAR-TRACK-COLOR: #C7B175; 
	SCROLLBAR-DARKSHADOW-COLOR: #C7B175; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
	background-color:#6179a1;
}

TD {
	FONT-SIZE: 13px; 
	COLOR: #372805;
	FONT-FAMILY: Kristen ITC, Comic Sans MS,Tahoma; 
	FONT-WEIGHT: bold; 
}

INPUT {
   font-family: Lucida Calligraphy, Comic Sans MS,Tahoma;
   font-size: 12px; 
   font-style: normal; 
   font-weight: bolder; 
   color: #372805; 
   background-color: #E0DCD1;
}

BUTTON {
	font-family: Lucida Calligraphy, Comic Sans MS, Tahoma;
	font-size: 12px;
	font-weight: bold;
	background-color: #FEDC70;
	color: #372805;
}

TEXTAREA {
   	font-family: Lucida Calligraphy, Comic Sans MS, Tahoma; 
   	font-size: 12px; 
   	font-style: normal; 
   	font-weight: bolder; 
   	color: #372805; 
   	background-color: #E0DCD1; 
   	SCROLLBAR-FACE-COLOR: #6179a1;
   	SCROLLBAR-HIGHLIGHT-COLOR: #C7B175; 
   	SCROLLBAR-SHADOW-COLOR: #C7B175;  
   	SCROLLBAR-3DLIGHT-COLOR: #C7B175; 
   	SCROLLBAR-ARROW-COLOR: #C7B175 ; 
   	SCROLLBAR-TRACK-COLOR: #C7B175; 
   	SCROLLBAR-DARKSHADOW-COLOR: #C7B175;
}

dt{
    FONT-SIZE: 16px; 
	COLOR: white; 
	FONT-WEIGHT: bolder; 
}

dd {
	font-size: 12px;
}

ul li {

	list-style-position: outside;
	list-style-type: square;
	list-style-image: url(../immagini/arrows.gif);
}

H3 {
 font-family: verdana; 
 font-size:12px; 
 font-weight:bolder; 
 color:red;
}

H4 {
 font-family: verdana; 
 font-size:12px; 
 font-weight:bolder;
 color: #ffffff;
}


H2  {
 font-size:16px;
 color:#FF6701; 
}

.style2 {color: #FFFFFF;
text-decoration: underline}

a {
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}