/*  Regole generali per il testo */
body {
	background-color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
}

table {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*border-style: collapse;*/
	border-collapse: collapse;
	padding: 5px;
}

img { border-style: none; }

.frame { border: none; }
.table { width: 100%; }
.table620 { width: 620px; }
.table750 { width: 750px; }
.menu { width: 115px; }
.center { text-align: center; }

p  { font-size: 10px; text-align: justify; text-decoration: none; }
td { font-size: 10px; text-align: justify; text-decoration: none; border: thin solid #CCCCCC; margin: 1px; padding: 3px; }
th { font-size: 10px; text-align: center; text-decoration: none; border: thin solid #CCCCCC; margin: 1px; padding: 3px; font-weight: bold; }
h1 { font-size: 16px; text-align: center; text-decoration: none; }
h2 { font-size: 14px; text-align: center; text-decoration: none; }
h3 { font-size: 12px; text-align: center; text-decoration: none; }

.red   { /*background-color : #333333;*/ color: #FF0000; }
.green { /*background-color : #333333;*/ color: #009900; }
.pink  { /*background-color : #333333;*/ color: #FFCCCC; }
.back  { /*background-color : #333333;*/ color: #333333; }
.underline { text-decoration: underline; }

/* colore e stile dei collegamenti */
a:link    { /*background-color : #333333;*/ color: #FF9900; text-decoration: none; }
a:visited { /*background-color : #333333;*/ color: #FF9900; text-decoration: none; }
a:active  { /*background-color : #333333;*/ color: #FF0000; text-decoration: none; }
a:hover   { /*background-color : #333333;*/ color: #FF0000; text-decoration: none; }

/* scrollbar */
/*body {
/*    scrollbar-3dlight-color: #666666;
/*    scrollbar-arrow-color: #FF9900;
/*    scrollbar-darkshadow-color: #999999;
/*    scrollbar-face-color: #333333;
/*    scrollbar-highlight-color: #999999;
/*    scrollbar-shadow-color: #666666;
/*    scrollbar-track-color: #666666;
/* }  */