/***   STILI RELATIVI A SINGOLI TAG   ***/

[onclick] { cursor: pointer; }

a { border: none; text-decoration: none; }

a:hover { color: red; }

abbr {
    font-style: oblique;
}
body {
	color: #000000;
	background-color: #E0F0E0;
	font-family: sans-serif;
    font-size: 13pt;
    margin: 5pt;
    margin-left: 3pt;
    margin-right: 3pt;
    padding:5pt;
	text-align: justify;
}
cite {
    color: #002244;
    font-style: italic;
}
h1 {
	color: #0000CA;
    font-family: serif;
	font-size: 24pt;
	font-weight: bold;
	text-align: left;
}
h2 {
	color: #007777;
    font-family: serif;
	font-size: 22pt;
	font-weight: bold;
    margin-top: 20pt;
	text-align: left;
}
h3 {
	color: #554433;
    font-family: serif;
	font-size: 16pt;
    font-variant: small-caps;
	font-weight: bold;
    margin-top: 15pt;
	text-align: left;
}
hr {
	height: 3pt;
	color: #AA0077;
}
hr.thin {
	height: 1pt;
	color: #AA0077;
}
img {
	border: #EEEEEE solid 2pt;
    float: left;
    margin-top: 10pt;
    margin-left: 5pt;
}
li, p {
    font-family: sans-serif;
    font-size: 13pt;
    margin-top: 5pt;
    margin-left: 5pt;
    margin-bottom: 5pt;
    margin-right: 5pt;
	text-align: justify;
}
table {
    border: 1pt;
    padding-top: 5pt;
    padding-bottom: 5pt;
    padding-right: 5pt;
}
th {
    text-align:left;
}

.icon { /* icona */
    height: 15pt;
    margin-left: 3pt;
    margin-right: 4pt;
}
