@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background-color:#000000;
}

a {
	color:#BDFD45;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	color:#BDFD45;
}

.Corpo {
	width:685px;
	height:369px;
}

.Titolo {
	padding-left:20px;
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	font-weight:bold;
	color:#BDFD45;
	background-color:#2A2A2A;
}

.VoceMenu {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#BDFD45;
	border-right:2px solid #578E00;
	padding-left:5px;
}

.TestoFooter {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	text-align:right;
	color:#000000;
	background-color:#578E00;
}

.TitoloCorpo {
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color:#BDFD45;
}

.TestoCorpo {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#ADADAD;
}

.TabellaNews {
	width:98%;
	border:0;
	padding:0;
}

.TitoloNews {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#CCCCCC;
}

.IntroNews {
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	color:#999999;
}