a:link {
	color : #DAA520;
	font-weight : bold;
	text-decoration : none;
}

a:visited {
	color : #DAA520;
	font-weight : bold;
	text-decoration : none;
}

a:hover {
	color : #CC9933;
	font-weight : bold;
	text-decoration : none;
}

a:active {
	color : #CC9933;
	font-weight : bold;
	text-decoration : underline;
}

body {
	background-color : #000000;
	color : #EEE8AA;
	margin-left : 0px;
	margin-top : 0px;
}

h1 {
	font-size : 18px;
}

h1, h2, h3, h4, h5, h6 {
	color : #DAA520;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	font-size : 16px;
}

h3 {
	font-size : 14px;
}

h4 {
	font-size : 12px;
}

h5 {
	font-size : 11px;
}

h6 {
	font-size : 11px;
}

p, td {
	color : #EEE8AA;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : justify;
}

table {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

ul {
	list-style : square;
	text-indent : -8px;
}

.button {
	background-color : #EEE8AA;
	color : #000000;
	font-size : 11px;
	font-weight : bold;
	padding : 4px;
	text-align : center;
}

.campo {
	font-weight : bold;
}

.centrato {
	text-align : center;
	padding-top: 10px;
}

.destra {
	text-align : right;
	background-color: #00FFFF;
}

.didascalia {
	font-size : 10px;
	padding : 6px 2px 2px 2px;
	text-align : center;
}

.info {
	color : #DAA520;
	font-size : 11px;
	font-style : italic;
	text-align : justify;
}

.label {
	color : #DAA520;
	font-size : 11px;
	font-weight : bold;
}

.menu {
	background-color : #FFE79B;
	border : thin outset;
	font-size : smaller;
	font-weight : bold;
	padding : 2px;
	text-align : center;
}

.norepeat {
	background-repeat : no-repeat;
}

.piccolo {
	font-size : 11px;
}

.sinistra {
	text-align : left;
}

