body         {background: url(letter2.gif);}
 
em      {font-weight : bolder;
    font-size: 105%;
 font-style: normal}
 

 
p {color : black;
 font-weight : bold;
 text-align: left;
 margin-top :3%;
 margin-left :10%;
 margin-right :10%;
 margin-bottom :0%;
 font-size : 26;
 
 
 font-family : "times new roman"}
 
h6 {font-size : 40pt;
 font-weight :bolder;
 text-align : center;
 border-right-width : medium;
 border-bottom-width : thin;
 color : black;
 margin-bottom : 0%
 margin-top : 0%}
 
 
 
span     {font-size: 12pt;
    text-align: left;
         font-family: Verdana;}
 
div.5     {position: relative;
    width: "500";
    padding: "5px";
    background-color: #ebf4f3; 
         border-width: thin;
         border-color: navy;
         border-style: groove;
         font-family: Verdana;
         font-size: 10pt;
  }
 
div.la     {position: relative;
    width: "500";
    padding: "5px";
    background-color: #c6eff7; 
         border-width: thin;
         border-color: navy;
         border-style: groove;
         font-family: Verdana;
         font-size: 10pt
  }
 
hr      {height : 10;
   width : 90%;
   align : center;
   color : navy;}
 
hr.thin      {height : 5;
   width : 85%;
   align : center;
   color : navy;
   }
 
ul      {height : 10;
 font-size: 12pt;
   width : 100%;
  align : left;
   color : green;
 list-style-type: square}
 

.list  {
 color : Black;
 font-weight : bold;
 font-style : italic;
 font-size : 12pt;
}
 
H1  {
 font-size : 72pt;
 font-weight :bolder;
 text-align : center;
 border-right-width : medium;
 border-bottom-width : thin;
 color : black;
 margin-bottom : 0%
 margin-top : 0%
}
 
H2  { 
 font-size : 25pt;
 font-style : italic;
 color : black;
 font-weight : bolder;
 text-align : center;
  
}
 
H3  { 
 
 color : black;
 font-weight : bolder;
 text-align : center;
  
}
 

H4  {
 
 font-style : italic;
 color : black;
 font-weight : bolder;
 text-align : center;
 clear: all;
 font-size : 45;
 }
 
H5  {
 font-size : 36;
 font-style : italic;
 font-weight :bold;
 text-align : center;
 border-right-width : medium;
 border-bottom-width : thin;
 color : blue;
}
 

p.quote  {
 font-size : large;
 font-style : italic;
 text-align : center;
 background-color : Yellow;
}
 
body.std  {
 font-weight : bold;
 font-family : Arial;
 margin-left : 16px;
 margin-right : 16px;
 }
 
table.std  {
 font-weight : bold;
 font-family : Arial;
 align       : center;
}
 

hr.heavy  {
 height : 14;
 width : 80%;
 align : center;
 color : aqua;
}
 
p.red  {
 color : Red;
 font-weight : bold;
}
 
p.bgclr  {
 background-color : Aqua;
 font-weight : bold;
}
 
img.right {
 float: right;
 clear: all;        
}        
                
        H3  {
         font-size : 28pt;
         font-family : sans-serif;
        }
        
        A  {
         color : navy;
         text-decoration : underline;
         font-weight : bold;
        }
        
        A:Visited  {
         color : purple;
         text-decoration : underline;
        }
        
        A:Active  {
         text-decoration : underline;
         color : Red;
        }
        
        A:Hover  {
         text-decoration : underline;
         color : #FF0000;
        }
        
        .articleTitle  {
         color : #333333;
         font-size : 18pt;
        }
        
        .sectionTitle  {
         color : #333333;
         background-color : #dcdcdc;
         font-size : 16pt;
        }
        
        .bodyText  {
         font-family : sans-serif;
         font-size : 10pt;
        }
        
        .bodyList  {
         font-family : sans-serif;
         font-size : 10pt;
        }
        
        .bodyListItem  {
         font-family : sans-serif;
         font-size : 10pt;
        }
        
        .embeddedList  {
         font-size : 10pt;
         font-family : sans-serif;
        }
        
        .embeddedListItem  {
         font-size : 10pt;
         font-family : sans-serif;
        }
        
        .styleSample  {
         font-size : smaller;
         font-family : monospace;
        }
        
        .codeText  {
         font-family : sans-serif;
         font-size : larger;
         font-weight : bold;
         color : #008000;
        }
        
        .codeSample  {
         font-family : monospace;
         font-size : smaller;
        }
        
        .note  {
         padding : 2pt;
         border-width : 1pt;
         border-color : #FF0000;
  background : white;
         border-style : solid;
         font-size : smaller;
         margin-left : 1cm;
         margin-right : 1cm;
         font-family : sans-serif;
        }
