@charset "UTF-8";
/* CSS Document */

body{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	align: center;
	background-color: #000;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
.xsmall {
	font-size: x-small;
}
.titolo {
	font-size: 36px;
}

#titolo {
	font-size: 16px;
}
.strillo {
	font-family: "Courier New", Courier, monospace0;
	font-size: x-small;
	background-color: #666;
	text-align: center;
	color: #FF0;
}
