﻿* {
        font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
        font-size: 9pt;
        color: #FFFFFF;
}

P {
        margin: 5 20 5 5;
        text-align: center;
}

H1 {
	font-size: 25pt;
	color: #FF0000;
	margin-left: 5;
	margin-right: 5;
	text-align: left;
	vertical-align: bottom;
	font-style: oblique;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

TD {
	font-size: 9pt;
	color: #FFFFFF;
	background-image: url('sfondo.jpg');
}

OL, UL {
        margin-top: 5px;
        margin-bottom: 5px;
}

SELECT {
	background-color: #C1D8EE;
	color: #C1D8EE;
	border: 1px solid #FFFFFF;
}

OPTION {
	background-color: #C1D8EE;
}

A {
	color: #000000;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

A:visited {
        color: #C1D8EE;
}

A:hover {
        text-decoration: underline;
        color: #FF810F;
}

HR {
        color: #FFFFFF;
        height: 1;
}