/* CSS Document */

body {
	background-color: #454545;
}
#itaeng {
	font-size:14px;
	font-weight: bold;
	text-align: center;
	font-family: "Courier New", Courier, mono;
	height:15px;
	color:#666666;
	padding:10px;
	
}
#indirizzo {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	font-family: "Courier New", Courier, mono;
	height:15px;
	color:#999999;
	background-color: #454545;
}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: underline;
	color: #CCCCCC;
}