body {
    margin: 0 5px;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    background: #FFF;
} 

/* PARAGRAFO E STILI DI TESTO */

p {
    font-size: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

.grande {
    font-size: 110%;
}

.normale {
    font-size: 80%;
}

.medio {
    font-size: 70%;
}

.piccolo {
		font-size: 60%;
}

.ita {
		font-style: italic;
}

.gras {
		font-weight: bold;
}

.nocol {
		color: #000;
}

.col1 {
		color: #009;
}

.col2 {
		color: #C00;
}

.col3 {
		color: #060;
}

.cent {
		text-align: center;
}

.giust {
		text-align: justify;
}

.dest {
		text-align: right;
}

.sin {
		text-align: left;
}

.clearleft {
		clear: both;
}

/* LINKS */

a {
    color: #00C;
}

a:link {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* DIV */
div.messaggio {
	width: 560px;
	text-align: left;
	overflow: auto;
}

/* LISTE */


/* IMMAGINI */


/* TABELLE MODULI */

table {
	text-align: left;
}

table.round {
	border: 1px solid #1068A9;
}

table.roundopen {
	border-top: 1px solid #1068A9;
	border-left: 1px solid #1068A9;
	border-right: 1px solid #1068A9;
}

td.r {
	border-right: 1px solid #1068A9;
}

td.b {
	border-bottom: 1px solid #1068A9;
}

td.r2 {
	border-right: 1px solid #1068A9;
}

td.sfblucent {
	height: 30px;
	font: bold 90% Verdana;
	color: #FFF;
}

td.header {
	font-size: 60%;
	padding: 2px;
	text-align: center;

	color: #000;
	background: #FFF;
	border-bottom: 1px solid #1068A9;
}

td.sezione {
	font-size: 80%;
	font-weight: bold;
	padding: 2px;

	background: #FFF;
}

td.argomento {
	font-size: 70%;
	padding: 2px;

	background: #FFF;
}

td.autore {
	padding: 2px;

	background: #FFF;
}

td.titolo {
	padding: 2px;

	background: #FFF;
}

td.messaggio {
	padding: 5px;
	text-align: center;

	background: #FFF;
}

/* FORM */

form {
	margin: 0;
	padding: 2px;
}

label {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

input {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C00;
}

button {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

select {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C00;
}

textarea {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C00;
	margin: 0;
	padding: 0;
}

