body { background-color: #cbdded;
       color: #000000;
       padding-left: 0.5cm;
       padding-right: 0.5cm; }
.nobody { background-color: #000000;
       color: #b0b0b0;
       padding-left: 0.5cm;
       padding-right: 0.5cm; }

p { font-family: Arial;
    font-size: 12px;
    text-align: justify;
  }

td { font-family: Arial;
     font-size: 12px;
   }

font { font-family: Arial; }

h1 { font-family: Arial;
     text-align: center;
     text-weight: bold;
     background-color: #c0d0e0;
     border-style: solid;        /* Netscape-Mist */
     border-style: none;
     border-width: thin;
     width: 100%;
     padding: 5px;
   }

h2,h3,h4 { font-family: Arial;
           text-align: center;
         }

a {
    color: #000070;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
  }

a:hover { color: #0020ff;
          text-decoration: underline;
        }

a:visited { 
            color: #000000;
            text-decoration: none;
            font-size: 12px;
          }

a:active { color: #ffff00;
           text-decoration: none;
           font-size: 12px;
         }
