/* Body Definitions */
body	{
	background-image: url(http://www.elastiko.org/immagini/cordiera.jpg);
	background-color: #fcfcd4;
	margin: 0px;
	font-family: Georgia, serif;
	font-size: 15px;
	color: #000000;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	}

/* PARAGRAFI - CARATTERI */
.dati	{
	font-family: Georgia, serif;
	font-size: 13px;
	color: #330066;
	letter-spacing: normal;
	line-height: normal;
	}

tt	{
	font-family: Courier, monospace;
	font-size: 13px;
	letter-spacing: normal;
	line-height: normal;
	}
tt.top	{
	font-size: 11px;
	}

/* LINK */
a	{
	text-decoration: none;
	}
a:link	{
	color: #0066cc;
	text-decoration: underline;
	}
a:visited	{
	color: #af2707;
	text-decoration: underline;
	}
a:active	{
	text-decoration: underline;
	font-weight: bold;
	color: #d90909;
	}
a:hover	{
	color: #cc0000;
	background-color: #ccffae;
	text-transform: uppercase;
	}