/***   STILI RELATIVI A SINGOLI TAG   ***/

[onclick] { cursor: pointer; }

a { border: none; text-decoration: none; }

a:hover { color: red; }

body {
	color: #000000;
	background-color: #FEFEFE;
	font-family: serif; font-size: 1.2em;
    margin-left: 4em;
    margin-right: 4em;
	text-align: justify;
}
.copyright {
    background: #EEEEEE;
    border: solid 0.1em;
    font-size: 0.9em;
    margin: 0.3em;
    padding:0.3em;
    text-align: justify; text-indent: 0;
}
h1 {
	color: #224488;
    font-family: serif; font-size: 2em; font-weight: bold;
    margin-left: 2em;
	text-align: left;
}
h2 {
	color: #007777;
    font-family: serif; font-size: 1.6em; font-weight: bold;
    margin-left: 2em;
	text-align: left;
}
h3 {
	color: #778899;
    font-family: serif; font-size: 1.3em; font-variant: small-caps; font-weight: bold;
    margin-left: 2em;
	text-align: left;
}
hr {
	height: 0.2em;
	color: #332211;
}
hr.thin {
	height: 0.1em;
	color: #332211;
}
li, p, td, th { margin-left: 2em; }

