
H1{text-align: center; color:#000066; background-color:rgb(255, 255, 255);}
H2{color:#000099; background-color:rgb(255, 255, 255);}
H3{color:#000099; background-color:rgb(255, 255, 255);}
H4{color:#000099; background-color:rgb(255, 255, 255);}

BODY {
   font-family: Arial, Helvetica, Sans-serif; 
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding: 0px 0px 0px 0px;
   text-indent: 0px;
   background-color:rgb(255, 255, 255);
   color:rgb(0, 0, 0);}

.font-tiny{
   font-size: 90%;
   color: rgb(121,23,22);
   font-weight: bold;
}

.font-large{
   font-size: 180%;
   font-weight: bold;
   color: rgb(121,23,22);
}

.version1{
     background-color: rgb(192,172,126);
     color: rgb(121,23,22);
     text-indent:  10px;
}

p{
    margin-top:  0px;
    margin-bottom:  10px;
    padding-top:  0px;
    padding-bottom:  0px;
    line-height:  1;
}

.version2{
     margin-top:  0px;
     margin-right:  0px;
     margin-bottom:  0px;
     margin-left:  0px;
     text-indent: 10px;
     background-color: rgb(121,23,22);
     color: rgb(192,172,126);
}

.version3{
     margin-top:  100px;
     margin-right:  200px;
     margin-bottom:  300px;
     margin-left:  400px;

}

a.lab{
     margin-top:  0px;
     margin-right:  0px;
     margin-bottom:  0px;
     margin-left:  0px;
     background-color: rgb(121,23,22);
     color: rgb(192,172,126);
}

