/* CSS Document */

body {
	background:#003366;
	margin-left:30px;
}
.tabella {
	width:600px;
	border:none;
}
a:link {
	text-decoration: none;
	color: #FFFF00;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
.titolo {
	font-family: "Courier New", 
	Courier, mono; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 14px; 
	color:#000000; 
	text-align:left;
	background:#FF3300;
	border-top:solid 2px #990000;
	letter-spacing:2px;	
}	
.testo {
	color:#FFFFFF;
	font-size:14px;
	font-family: "Courier New", Courier, mono;
	font-weight:normal;
	font-style:normal;
	text-align:left;
}	
img {
	border-width:2px; 
	border-style:solid; 
	border-color:#000000;
}	
