BODY {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

/* MENU' PRINCIPALE */
a.nav:active, a.nav:link		 
	{
	color: white;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
	text-decoration: none 
	}
a.nav:visited
	{
	color: white;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
	text-decoration: none 
	}
a.nav:hover
	{
	color:red; /*#0066FF*/
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
	text-decoration: none
	}
	
/* LINK GENERICO */
a:active, a:link		 
	{
	color:red; /*#0066FF*/
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	text-decoration: none 
	}
a:visited
	{
	color:red; /*#0066FF*/
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	text-decoration: none 
	}
a:hover
	{
	color: white;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	text-decoration: none
	}

/* LINK menu destro */
a.dx:active, a.dx:link, a.dx:visited, a.dx:hover
	{
	color: white;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
	font-size: 8pt;
	text-decoration: underline;
	margin-left:3px
	}

td
	{
	color: white;
	font-family: "Courier New", Courier, mono;
	font-size: 9pt
	}
	
.copyright
	{
	color: white;
	font-family: "Courier New", Courier, mono;
	font-size: 11px
	}

p
	{
	color: white;
	font-size: 9pt;
	font-family: "Courier New", Courier, mono
	}
	
blockquote
	{
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	}
	
form
	{
	margin:0px	}
	
.button {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #ffffff;
background-color: #333333;
border: #666666;
border-style: solid;
border-top: 1px;
border-right: 1px;
border-bottom: 1px;
border-left: 1px;
width: auto;
font-weight: bold;
}

.buttonover {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #ffffff;
background-color: #333333;
border: #666666;
border-style: solid;
border-top: 1px;
border-right: 1px;
border-bottom: 1px;
border-left: 1px;
width: auto;
font-weight: normal;
}

input.post,textarea.post, select.post
	{
	font-family: "Courier New", Courier, mono;
	font-size:9pt;
	color: #000000;
	border:1 solid #666666;
	background-color:#CCCCCC;
	padding-bottom:2px;
	padding-left:2px;
	}
	

