BODY {
  background-color: #ffffff;  
  color: #000000;
  margin-left: 0;
  margin-top : 0;
  margin: 0;

}

FORM {

  margin: 0px;
  padding: 0px;
  
}

.commonText {
font-family: arial;
font-size: 10px;
}

.menu_vertical {
    font-family: "OCR A Extended", Courier, Verdana, sans-serif;
    font-size: 16px;
    color: #ffffff;          
    background-color: #F7C73C;
    font-weight: bold;    
    text-decoration: none;      
    letter-spacing: -1.2px; /* spazio fra le lettere */
}

.menu_vertical_h {
    font-family: "OCR A Extended", Courier, Verdana, sans-serif;
    font-size: 16px;
    background-color: #ffffff;          
    color: #F7C73C;
    font-weight: bold;    
    text-decoration: none;      
    letter-spacing: -1.2px; /* spazio fra le lettere */
}

.menu_vertical a:hover {
    font-family: "OCR A Extended", Courier, Verdana, sans-serif;
    font-size: 16px;
    color: #F7C73C;
    background-color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: -1.2px; /* spazio fra le lettere */

}

.standardContent {
    font-family: "Trebuchet MS", Courier, Verdana, sans-serif;
    font-size: 13px;
}

.standardContent a:link {
    background-color: #ffffff;
    color: #ff9933;
    font-weight: bold;    
}

.standardContent a:visited {
    background-color: #ffffff;
    color: #ff9933;
    font-weight: bold;    
}

.standardContent a:hover{
    background-color: #ff9933;
    color: #ffffff;
    font-weight: bold;
}

.standardTitle {
    font-family: "Trebuchet MS", Courier, Verdana, sans-serif;
    font-size: 18px;
}

.headCell {
    padding: 0px;
    border: 0px;
    margin: 0px;
    /*fine dati blocco */
    background-color: #000; /*colore di sfondo della cella*/
    color: white; /* colore del font */
    background-image: url(../imgs/testata.jpg)
}

.menu_horizontal {
    background: #000000;
    color: #ffffff;
    text-decoration: none;
}

.menu_horizontal {
    font-family: "Trebuchet MS", Courier, Verdana, sans-serif;
    font-size: 13px;
    color: #ffffff;
    background-color: #000000;
    text-decoration: none;      
}

.menu_horizontal_h {
    font-family: "Trebuchet MS", Courier, Verdana, sans-serif;
    font-size: 13px;
    color: #000000;
    background-color: #ffffff;
    text-decoration: none;      
}

.menu_horizontal {
    font-family: "Trebuchet MS", Courier, Verdana, sans-serif;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
}

.menu_horizontal a:hover {
    font-family: "Trebuchet MS", Courier, Verdana, sans-serif;
    font-size: 13px;
    color: #000000;
    background-color: #ffffff;
    text-decoration: none;
}

.content_indent {
    padding: 30px;
}

.contentTitle {
    color: #000000;
    font-size: 18px;
    font-weight: bold; 
}

.sectionTitle {
    font-family: monospace;
    font-size: 30px;
    font-weight: bold;
    color: #F7C73C;
    
}