A:link      { text-decoration: none; color:#ffcc00}
A:visited	{ text-decoration: none; color:#ff6600}
A:active	{
	color:#8C4740;
	background-color: #CCFF99;

}
	
A:hover		{
	color:#8C4740;
	background-color: #CCFF99;

}

body {
	background-color: #243553;
	font: normal 12px "Trebuchet MS", Arial, SansSerif;
	color:#484939;
	scrollbar-face-color: #669933;
	scrollbar-track-color: #CADC8D;
	scrollbar-base-color: #669933;
	scrollbar-highlight-color: #DDC690;
	scrollbar-shadow-color: #DDC690;
	scrollbar-arrow-color: #DDC690;
	text-decoration: none;
	background-image:  url(immagini/campo.jpg);
	background-position: center;

}

I		{ color: #26354F; }
HR 		{
	color: #293C59;
	height: 1px;
	width: 90%;
}
td, p { font:12px "Trebuchet MS", Arial, SansSerif; color:#CCFF99}
H1	{
	font:bold 12px "Arial", Verdana, sans-serif;
	color:#ffcc00;
	background-color: #61823C;
	letter-spacing: 1px;
	vertical-align: top;
	text-indent: 3pt;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: dotted;
	border-top-color: #8B977F;
	border-right-color: #8B977F;
	border-bottom-color: #8B977F;
	border-left-color: #8B977F;


}
H2	{
	font:bold 13px "Comic Sans MS", Verdana, sans-serif;
	color:#8C4740;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-top-color: #88947C;
	border-right-color: #88947C;
	border-bottom-color: #88947C;
	border-left-color: #88947C;
	text-indent: 3pt;

}

.solid	{ border:1px solid #7B886A}
.dotted	{ border:3px dotted #CCB57F}
.dashed { border:1px dashed #7B886A}
.table1 ( background-color: #C9CEAA}.table1 {
	background-color: #EDE0C5;
}
.table2 {
	border-top: 1px #7B886A;
	border-right: 1px solid #7B886A;
	border-bottom: 1px #7B886A;
	border-left: 1px solid #7B886A;
}


/** MENU */

#menu {
	width: 100%;
	margin: 0px auto;
	padding: 5px 0px 6px 0px;
	background-color: #FF9900;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF33;
}

#menu a:hover {
	background-color: #008000;
}
