A:hover {
	color : Red;
	text-decoration : underline;
}

A {
	color : #1E90FF;
	text-decoration : none;
	font-size : 12px;
}

BODY{
	background-color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	color : #FFFAFA;
}

.Titolo  {
	font-size : 34px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	color : Red;
}

.Ciao  {
	font-size : 17px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	color : Red;
}

.Links  {
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	color : #1E90FF;
}

.Copyright  {
	font-size : 10px;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : #808080;
}

.CopyrightLink  {
	font-size : 10px;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : #808080;
	text-decoration : underline;
}


