﻿/*LINK NON SOTTOLINEATI */
A:link { text-decoration: none; color: #ffffff;
	background-color: #404040;
}
A:visited { text-decoration: none; color: #ffffff }
A:active { text-decoration: none; color: #ffffff }

/*SFONDO NON SCROLLA */
<!-- 
body
{
background-attachment:fixed;
} 
-->

/*LINK	SOTTOLINEATI SOLO AL PASSAGGIO DEL MOUSE */
A:hover { text-decoration: underline }

/*CARATTERE PER TITOLO BIANCO */
<!--
.titolo  {
	font-family: Corurier New, Courier, monospace;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
-->

/*CARATTERE TESTO GRIGIO */
<!--
.testogrigio_12  {
	font-family: Corurier New, Courier, monospace;
	font-size: 12px;
	color: #c0c0c0;
	font-weight: normal;
	line-height: 100%;
	text-align: left;
}
-->

/*CARATTERE TESTO BIANCO */
<!--
.testobianco_12  {
	font-family: Corurier New, Courier, monospace;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	line-height: 160%;
	text-align: left;
}
-->
