/*
Based of www.bofh.it stylesheet
*/
H1 {
 font-size: 180%;
 letter-spacing: 0.16em;
 font-weight: bold;
}
H2 {
 font-size: 160%;
 letter-spacing: 0.1em;
 font-weight: bold;
}
H3 { font-size: 120%;
}
H4 H5, { color: #00AAAA; }

BODY {
 font-family: "Trebuchet MS", Verdana, Arial, utopia, Helvetica, sans-serif;
 color: black;
 background-color: white;
}
TT {
 font-family: "Courier New", Courier, monospace;
}

PRE.indented { margin-left: 2%; margin-right: 2%; }

DIV.bar {
 margin: 0.3em;
 line-height: 1.40em;
 background-color: #eeeeee;
 text-align: center;
 font-weight: bolder;
 border-radius: 4em 2em; /* CSS 3 */
 -moz-border-radius: 4em;
}
P.tbl { margin: 0.25em; }

HR.noshade { background-color: #8D8D8D; height: 1.5px; border: none; }

DIV.bigtitle {
 color: red; font-size: 400%;
 font-family: Verdana, sans-serif;
 font-style: italic;
 text-align: left; /* fix for NS4 */
}

abbrev[title], acronym[title], span[title] {
 border-bottom: thin dotted;
 cursor: help;
}

/* Link normali */
a:link {
	font: 14px Verdana, sans-serif;
	color: Blue;
	text-decoration: underline;
}

a:visited {
	font: 14px Verdana, sans-serif;
	color: Purple;
	text-decoration: underline;
}

a:hover {
	font: 14px Verdana, sans-serif;
	color: Red;
	text-decoration: underline;
}

a:active {
	font: 14px Verdana, sans-serif;
	color: Green;
	text-decoration: underline;
}

/* Link barra menu' */
A.menu {
  background-color: #0456ff;
  color: white;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.25em;
  float: left;
  width: 20%;
}
A.menu:visited { color: white; }
A.menu:active, A.menu:hover { text-decoration: underline; }

A.block { display: block; width: 100%; text-align: right; }

.pleaseupgrade { display: none; }
.hide { display: none; }
