/* Definisco le regole per il corpo del documento */

body {
	background-color: #000000;
	margin-left: 3px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	}



/* TESTI */

/* tx1 è il testo utilizzato per il menù a destra del logo */

.titoloblu {
	FONT-SIZE: 18px;
	COLOR: #0052A5;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-weight: bold;
}

a.titoloblu:link {
	text-decoration: none;
	color: #0052A5;
}

a.titoloblu:visited {
	color: #0052A5;
	text-decoration: none;
}

a.titoloblu:active {
	color: #0052A5;
	text-decoration: line-through;
}
a:hover.titoloblu {
	color: #333333;
	text-decoration: line-through;
}


.tx2     {
	color: #FFFFFF;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bolder;
	letter-spacing: 4px;
}

.tx3 {
	FONT-SIZE: 16px;
	COLOR: #CCCCCC;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}


a:link {
	text-decoration: none;
	color: #0052A5;
}


a:visited {
	color: #0052A5;
	text-decoration: none;
}

a:active {
	color: #0052A5;
	text-decoration: line-through;
}
a:hover {
	color: #0052A5;
	text-decoration: line-through;
}
