body {
	background-color: #ffdb14;
	margin-bottom: 0px;
	font-family: arial;
	font-size: 12px;
	cursor: default;
	line-height: 10px;
	margin-top: 0px;
	background-attachment: scroll;
	background-image: url(back01.jpg);
	background-repeat: repeat-x;
	background-position: top;
} 
a:link {
    color: #ff0000;
	cursor:  ne-resize;
	text-decoration: none;
}
a:active {
    color: #ff0000;
	cursor:  ne-resize;
	text-decoration: none;
}
a:visited {
    color: #ff0000;
	cursor:  ne-resize;
	text-decoration: none;
}
a:hover {
	color: #eeeeee;
	cursor:  ne-resize;
	border-bottom: 0;
	background-color: transparent;
	text-decoration: underline;
}
#container {
	width: 635px;
	margin-right: auto;
	padding-right: 1px;
	margin-left: auto;
}
#header {
	height: 468px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	margin-bottom: 1px;
}
#contenuti {
       height: 205px;
       overflow: auto;
       margin-bottom: 10px;
}
#col1 {
	float: left;
	width: 210px;
}
.title1 {
	color: #bf0000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.post1 {
	color: #000000;
	margin-bottom: 10px;
	text-align: justify;
}
.post2 {
	color: #6c6c6c;
	margin-bottom: 10px;
	text-align: justify;
}
#col2 {
	color: #848484;
	width: 210px;
	float: right;
}
.title2 {
	color: #d5d5d5;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	text-transform: capitalize;
	text-align: center;
	text-decoration: none;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
b{
	color: #ffffff;
}
i{
	color: #bf0000;
	
}
u{
	color: #fff204;
	
}