
/*
  Author:   Alessandro Carrara
  Email:    alessandro.carrara3@tin.it
*/

A:link {
   text-decoration : underline;    
}

A:hover {
   color : #ff0080; 
   text-decoration : none; 
}

A:active {
   color : #ff0000; 
   text-decoration: none; 
}

ADDRESS {
   color : #ffffff; 
	 text-align : center;
   text-decoration : none;
   font-style : normal;
   font-size : 12px;
}

BODY {
   background-color : #ffffff;
	font-family : Verdana, Tahoma, "Myriad Web", Syntax, sans-serif;


}

CAPTION {
	 font-weight : bold;
	 font-size : 100%;
}


DT {
   font-size : 100%; 
   font-weight : bold; 
   margin-top : 1em; 
   margin-bottom : 1em; 

}

DD {
   font-size : 100%; 
	font-style : normal;
   margin-top : 1em; 
   margin-bottom : 1em; 
   margin-left : 3em; 

}

FIELDSET {
   border-width : 1px;
   padding: 1em;

}

H1 {
   text-align : center;
   font-size : 150%;
}

H2 {
   font-size : 130%;
}

H3 {
   font-size : 120%;
}

H4 {
   font-size : %;
}

IMG {
   border : 0 none; 
}

IMG.logo {
   border : 0 none; 
   vertical-align : middle;  
}

INPUT {
   font-size : 13px;
}


LABEL {
   font-weight : bold;
   margin-left: 0em;
   font-size : 0.9em;
}

LEGEND {
   color : #000099;
   background-color : #ffffcc;
   font-size : 1.1em;
   font-weight : bold;

}

LI.navbar {
   list-style-image : url("images/tocarw.gif");   
   margin-left : -1em;
	font-size: 18px;
}

LI.navbarsel {
   list-style-image : url("images/tocsel.gif");
   margin-left : -1em;
	font-size: 18px;
}

P.rientro {
   margin-left : 3em; 
}

TH {
	font-family: normal; 
   font-size : 16px;
   font-weight : bold;
   vertical-align : top;
}

TD {
   margin-left : 3em;
   vertical-align : top;
	font-family : Verdana, Tahoma, "Myriad Web", Syntax, sans-serif;
//   font-size : 0.8em;
   font-size : 13px;
}

TD.wcag {
   margin-left : 3em;
   vertical-align : middle;   
   text-align : center;
	 width: 180px;
	 color : #ffffff;
	 background-color : #000099;
	font-family : Verdana, Tahoma, "Myriad Web", Syntax, sans-serif;
	font-size : 12px;
	border: none;
}

TD.wcag {
   margin-left : 3em;
   vertical-align : middle;   
   text-align : center;
	 width: 180px;
	 color : #ffffff;
	 background-color : #000099;
	font-family : Verdana, Tahoma, "Myriad Web", Syntax, sans-serif;
	font-size : 12px;
	border: none;
}

.wcag {
	font-size : 0.7em;
}

.barra {
	 width: 180px;
	 color : #ffffff;
	 background-color : #000099;
	font-family : Verdana, Tahoma, "Myriad Web", Syntax, sans-serif;
	font-size : 12px;
	border: none;
}

.centrato {
   text-align : center;
}

.copyright {
   font-size : 10px;
   font-family : Verdana, Tahoma, "Myriad Web", Syntax, sans-serif;
}

.destra {
   text-align : right;
}

.left { 
   float : left; 
}

.messaggio { 
   background-color : #ffcc00;
	 border-color : #ffcc00;
	 width : 100%; 
}

.rientro { 
	margin-left : 2em;
}

.w3c {
   font-size : 90%;
   font-style : italic;
}

/*
	prova
*/

.barra A:link {
   color : #ffffff; 
   text-decoration : none; 
   font-weight : bold;
}

.barra A:visited {
   color : #ffffff;
   text-decoration : none;
   font-weight : bold;
}

.barra A:hover {
   color : #ffff00; 
   text-decoration : none;
   font-weight : bold;
}

.barra A:focus {
   color : #ffff00; 
   text-decoration : none;
   font-weight : bold;
}

.barra A:active {
   color : #ff0000; 
   text-decoration : none;
   font-weight : bold;
}


.nav {
	margin-left : 1em;
	font-family : Verdana, Tahoma, "Myriad Web", Syntax, sans-serif;
	font-weight : bold;
	background-color : #000099;
}

.navdown {
	margin-left : 2em;
	font-family : Verdana, Tahoma, "Myriad Web", Syntax, sans-serif;
	font-weight : bold;
	background-color : #000099;
}


