body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFC9;
	text-align: center;
	line-height: 12px;
	background-color: #110127;
	cursor:default !important;
	margin: 0px;
}

.titoli {
	font-size: 20px;
	color:#FFA8C2;
	text-transform: lowercase;
	margin: 10px 0px;
	font-style: oblique;
	text-align: left;
	line-height: 60px;
	background-image: url(images/titles.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 45pt;
    text-shadow: #110127 0 1px 1px;

}

table {
	font-size: 10px;
}

u,s,b, bold,strong {
	color :#B0225A;
}

i,em {
	color: #CBFAC9;
}
.ul, li {
	list-style-type: disc;
	font-size: 10px;
}

A:link, A:active, A:visited  {
	color:#24809F;
	text-decoration:none;
	cursor:default;
}

A:hover {
	color:#E04790;
	text-decoration: underline;
	cursor:default;
}

#contenitore{
	width:750px;
	margin-right:auto;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align: center;
	margin-bottom: 0px;
	float: left;
}

#head{
	width: 750px;
	margin: 0px;
	height: 350px;
	padding-top: 0px;
}

#contenuti{
	margin-bottom: 0;
	margin-top: 0;
	text-align: left;
	padding: 0px;
	margin-left: 40px;
	margin-right: 150px;
}

#foot{
	clear: both;
	text-align: left;
	margin: 0px 150px 0px 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #1F1148;
	color: #FFFFD5;
}


blockquote {
	padding: 3px 6px;
	margin: 5px 50px;
	background-color: #140B30;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #52063B;
	color: #6B5DA2;
}

input {
	background-color: #140B30;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2px;
	color: #FFFFC9;
	border: 1px dotted #F3687D;
}

option, select {
	padding: 2px;
	background-color: #140B30;
	color:#FFFFC9;
	border:1px dotted #F3687D;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

textarea {
	padding: 2px;
	background-color: #140B30;
	color:#FFFFC9;
	border:1px dotted #F3687D;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
    width: 80%;
}
