/*------------------------------------------------------------
  filename: bennati.css
  content: Stili CSS per la pagina personale di Stefano Bennati
  author: Paolo Sebastiano VALVO
  date: January 18, 2003
  last modified: November 29, 2006
------------------------------------------------------------*/
/*
     impostazioni generali della pagina:
     colori dello sfondo, dei link, font predefinito etc.
------------------------------------------------------------*/
BODY
 {
 background-color: #f2f2f2;
 color: black;
 background-position: left;
 }
A {
	color: #0000ff;
	text-decoration: underline;
}
A.visited {
	color: #0000ff;
	text-decoration: underline;
}
A:hover {
	color: #0000ff;
	text-decoration: underline;
}
HR
 {
 color: #cccccc;
 height: 1px;
 }
/*
     stili dei titoli
------------------------------------------------------------*/
H1, H2
 {
	font-family: "Book Antiqua", serif;
 }
H3, H4
 {
	font-family: Verdana, sans-serif;
 }
H1
 {
	text-align: center;
	font-size: 26px;
	padding: 0;
	margin: 0;
	color: #333399;
	font-weight: normal;
 }
H2
 {
	text-align: center;
	font-size: 18px;
	padding: 0;
	margin: 0;
	color: #333399;
	font-weight: normal;
 }
H3
 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
 }
/*
     stili del corpo del testo
------------------------------------------------------------*/
P
 {
 font-family: Verdana, sans-serif;
 font-size: small;
 margin: 5px 0px 0px 0px;
 padding: 0px;
 }
P.english
 {
 font-style: italic;
 }
CODE
 {
 font-family: Terminal, sans-serif;
 }
blockquote
 {
 font-family: Verdana, sans-serif;
 color: #666666;
 font-size: small;
 font-weight: bold;
 font-style: italic;
 text-align: left;
 margin: 1.5em 0em 0em;
 }
blockquote.autore
 {
 font-style: normal;
 margin-top: 0.5em;
 }
/*
     stili delle tabelle
------------------------------------------------------------*/
TABLE, TR, TH, TD
 {
 font-family: Verdana, sans-serif;
 border-color: #000000;
 border-width: 1px;
 padding: 0px;
 margin: 0px;
 }
TABLE.pagina
 {
 width: 960px;
 }
TD.testa
 {
 background-color: #dddddd;
 text-align: left;
 padding: 5px 10px 5px 0px;
 }
TD.left_image
 {
 width: 11%;
 text-align: center;
 }
TD.titolo
 {
 width: 89%;
 }
TD.pagina
 {
 padding-bottom: 10px;
 }
TD.menu
 {
 background-color: #DDDDDD;
 color: black;
 text-align: center;
 border-top-style: ridge;
 padding: 1em;
 font-size: small;
 }
TD.piedipagina
 {
 font-size: small;
 text-align: center;
 padding: 1em;
 }
TABLE.interna
 {
 width: 100%;
 border-top-style: ridge;
 }
TH
 {
 font-weight: bold;
 text-align: center;
 vertical-align: bottom;
 padding: 1em;
 }
TD.sx
 {
 font-size: small;
 text-align: left;
 vertical-align: top;
 padding-left: 1em;
 padding-right: 0em;
 padding-bottom: 0.5em;
 padding-top: 0.5em;
 }
TD.dx
 {
 text-align: right;
 vertical-align: top;
 padding-left: 1em;
 padding-right: 1em;
 padding-bottom: 0.5em;
 padding-top: 0.5em;
 }
TD.cx
 {
 text-align: center;
 vertical-align: top;
 padding-left: 1em;
 padding-right: 1em;
 padding-bottom: 0.5em;
 padding-top: 0.5em;
 }
/*
     stili delle liste
------------------------------------------------------------*/
LI, OL, UL
 {
 font-family: Verdana, sans-serif;
 text-align: left;
 }
OL LI
 {
 font-size: small;
 padding-bottom: 0.5em;
 }
UL
 {
 padding-top: 0.5em;
 }
UL LI
 {
 font-size: small;
 padding-bottom: 0.5em;
 list-style-type: disc;
 }
UL LI LI
 {
 font-size: small;
 padding-bottom: 0.25em;
 list-style-type: circle;
 }