body {
    background: #003;
    margin: 0 0 2px;
    padding: 0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #000;
    text-align: center;
} 

/* PARAGRAFO E STILI DI TESTO */

p {
    font-size: 100%;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.grande {
    font-size: 110%;
}

.normale {
    font-size: 80%;
}

.medio {
    font-size: 70%;
}

.piccolo {
		font-size: 60%;
}

.ita {
		font-style: italic;
}

.gras {
		font-weight: bold;
}

.cent {
		text-align: center;
}

.giust {
		text-align: justify;
}

.dest {
		text-align: right;
}

.sin {
		text-align: left;
}

.padd {
		padding: 5px;
}

.col1 {
		color: #666;
}

.col2 {
		color: #036;
}

.col3 {
		color: #003;
}

.clearleft {
		clear: both;
}

/* LINKS */
a:link {
    color: #C00;
    text-decoration: none;
}

a:visited {
    color: #900;
    text-decoration: none;
}

a:active {
    color: #900;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* DIV */

/* LISTE */

/* IMMAGINI */
img.gall {
		margin: 5px;
		border: 5px solid #FFF;
}

img.benv {
		margin: 5px;
		border: 5px solid #FFF;
}


/* TABELLE MODULI */

td.textSx {
		background: #ECEDDF;
}

td.content {
		border: 4px solid #FFF;
		background: #D8EBEB;
		padding: 0;
		text-align: left;
}

/* FORM */
form {
    margin: 0;
    padding: 0;
}

input {
    font: 12px Courier;
}

button {
    font-size: 12px;
}

select {
    font: 12px Courier;
}

textarea {
    font: 12px Courier;
    margin: 0;
    padding: 0;
}