body {
	background-color: #ffffff;
	font-family: Georgia, sans-serif, serif;
	font-size : 13px;
}
/*
a:link {
	font-size: 13px;
	color: #5050f0;
	font-style: normal;
	font-family: Georgia, sans-serif, serif;
	text-decoration: none;
}
a:active {
	font-size: 13px;
	color: #5050f0;
	font-style: normal;
	font-family: Georgia, sans-serif, serif;
	text-decoration: none;
}
a:visited {
	font-size: 13px;
	color: #5050f0;
	font-style: normal;
	font-family: Georgia, sans-serif, serif;
	text-decoration: none;
}
a:hover {
	min-height:400px;
	text-decoration:none;
	border-bottom:1px dashed #5050f0;
}
*/

a:link, a:visited {
        text-decoration: underline;
        color: #5050f0;
        outline: none;
}

a:hover {
        text-decoration: none;
        color: #7070ff;
}

h1 {
        font-family: Georgia, sans-serif, serif;
        font-size: 1.3em;
        font-weight: bold;
        color: #333;
        text-align: left;
        width: 100%;
}

p {
	font-weight: normal;
	font-size: 13px;
	color: #222;
	font-style: normal;
	font-family: Georgia, sans-serif, serif;
	text-decoration: none;
}

/* Label campi obbligatori */
.required {
	font-size : 13px;
	font-family: Georgia, sans-serif, serif;
	font-weight : normal;
	font-style : normal;
	color : #d22;
	text-decoration : none;
}

/* Label */
.attributename  {
	font-size : 13px;
	font-family: Georgia, sans-serif, serif;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-decoration : none;
}

/* Edit */
.attributeinput  {
	font-size : 13px;
	font-family: Georgia, sans-serif, serif;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-decoration : none;
}

/* Elenco liste */
.list {
	color: #222;
}

/* Descrizione lista */
.listdescription {
}

