/* CSS Document */

body {
	background-color: #000000;
	text-align: center;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
}

a {
	color: #ff0000;
	text-decoration: none;
}

a.white {
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #ff0000;
}   

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}

/*STILE TABELLA MAIN*/

table {
	text-align: left;
	margin: 0px auto;
	width: 700px;
} 

td.right {
	text-align: right;
}

td.menu {
	width: 200px;
}

.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:hover {
 	color: #ff0000;
} 

a.active {
 	color: #ff0000;
} 

/* STILE FOOTER */

td.footer {
	border-top: #666666 1px dashed;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

img.big {
	float: right;
	margin:5px;
	}
	
table.piccolo {
	width: 500px;
}