BODY {
    background: #ffffff;
    /* font-size: 14px; */
    color: #000000; 
    margin-left:  9%;
    margin-right: 6%;
}


a:link {
   color: #554433;
   /* text-decoration: none; */
}

a:visited {
   color: #004080;
   /* text-decoration: none; */
}

a:hover { /* Must come after :link and :visited */
   color: red;
}

a:active {
   color: red;
}

a.name {
   color: #000000;
   text-decoration: none;
}

h1 {
   color: navy;
   margin-left: -5%; /* body margin-left is 9% */
   margin-top: 1.5em;
   margin-bottom: 1em;
   text-align: center;
}

h2 { 
    color: red;
    margin-left: -5%; /* body margin-left is 9% */
    margin-bottom: 0.6em;
    text-align: center
}

h3 { 
     margin-left: -5%; /* body margin-left is 9% */
     margin-bottom: 1em;
     color: navy;
     text-align: left
}


div { 
      align: center 
}

a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #0000EE;
    text-decoration: none; 
}


.header-heading {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #000066;
    font-size: 22px}

.header-subheading {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #000066;
    font-size: 14px}

.main-heading {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #990000;
    font-size: 20px}

.main-subheading {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #990000;
    font-size: 14px}

.main-subsubheading {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #000066;
    font-size: 12px}

.main-text {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    font-size: 12px }

.px6 { font-size: 6px}
.px1 { font-size: 1px}


p.epigrafe {
   font-size: small;
   text-align: right;
   color: #703000;
}




