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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
        background-color: #0e191f;
	background-image: url(bgframe.jpg);
	background-repeat: repeat-no;
	position: absolute;
	left: 0px;
	top: 0px;
}
body,td,th {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #ffffff;
}
a:link {
	color: #69472b;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #69472b;
}
a:hover {
	text-decoration: none;
	color: #69472b;
}
a:active {
	text-decoration: underline;
	color: #69472b;
}
span {
     font-size: 13px;
     font-weight: bold; 
     color: #d8ae7c;
}
.body_iframe {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.titolo { 
	font-size: 14px;

	color: #a18a6b;
	background-color: #000000;
	padding: 3px 3px 3px 3px;	
}
.data {
	font-family: Trebuchet MS;
	font-size: 15px;
        text-decoration: underline;
	color: #ffffff;
        background-color: #000000;
	padding: 3px 3px 3px 3px;
}
.capitolo { 
	font-size: 12px;
	
	border-left: thin;
	border-left-style: solid;
	border-right: none;	
	border-right-style: none;
	border-top: none;
	border-top-style: none;
	border-bottom: none;
	border-bottom-style: none;
	border-color: #FFFFFF;
	color:	#ffffff;
	background-color: #000000;
	padding: 3px 9px 3px 9px;	
} 