body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	/*background-image: url("img/angolosx.jpg");
	background-position: top left; 
	background-repeat: no-repeat;*/
	font-size: 12px;
}

#angolo {
	background-image: url("img/angolosx.jpg");
	background-position: top left; 
	background-repeat: no-repeat;
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 378px;
	height: 235px;

}

a, a:visited {
	color: #990000;	
	font-weight: bold; 
	text-decoration: none;
}
a:hover {
	color: black;
	font-weight: bold; 
	text-decoration: underline overline;
	}

#corpo {
	position:absolute;
	background-color: white;
	width: 550px;
	height: 380px;
	overflow: auto;
	border:1px solid red;
	top:15%;
	left:18%;
	padding:5px;
	
}

#menu {
	position:absolute;
	background-color: transparent;
	width: 9%;
	color: black;
	overflow: hidden;
	border:0px solid #FFCC00;
	top:240px;
	left:0px;
	text-align: left;
	padding: 2px;	
	font-size: 18px;
	
}

#titolopagina {
	position:absolute;
	background-color: transparent;
	font-style: italic; 
	top: 0px;
	right: 0px;
	text-align: right;
	font-family: Garamond, Verdana, Tahoma, Arial; 
	font-size: 25px;
	width:25%;
	border: 1px solid black; 
}


.notizia {
	margin-bottom: 20px;
}


.titolonotizia {
	font-weight: bold; 
	font-size: 18px;
	color: #336633;
}

.testonotizia {
	
}


.datanotizia {
	font-style: italic; 
	text-align: right; 
	margin-top: 1px;
	margin-bottom: 1px;
}

.notizia a, .notizia a:visited {
	
}

.notizia a:hover {
	
}

#menu a, #menu a:visited {
	color: #ffffff;
	text-decoration: none; 
}

#menu a:hover {
	color: #cccccc;
	
}

.titolosito {
	
}

.titolopagina {
	
}

