
<! --- Look for the following values

   Site Background - background-color: rgb(0,0,1);
   Body Background - rgb(42,42,42)
   Site Text - rgb(145,253,235)
   Link Text - rgb(255,70,227)
   Site Right Margin - 25px
   Site background image
   
   Note Text Color - rgb(255,227,70)
   
   Console Text - rgb(100,250,100)
   Console Background - rgb(2,3,4)
         
   Code Text - rgb(50,100,50)
   Code Background - rgb(251,251,251)
   
   Header background - background: rgb(255,222,15);
   Header Text - rgb(0,0,2)
   
   Link Background color rgb(160,180,160) and rgb(180,200,180)
   
   
>
        

<style type="text/css">
  <!--
  
                  
    H5
    {
        font: 10pt/100%;
        font-family: sans-serif;
        color: rgb(0,0,2);
        padding: 4pt;
        border: solid;
        border-width: thin;
        right: 25px;
        background: rgb(255,222,15);
    }
    H4
    {
        font: 12pt/100%;
        font-family: sans-serif;
        color: rgb(0,0,2);
        padding: 4pt;
        border: solid;
        border-width: thin;
        right: 25px;
        background: rgb(255,222,15);
    }
    H3
    {
        font: 14pt/100%;
        font-family: sans-serif;
        color: rgb(0,0,2);
        padding: 4pt;
        border: solid;
        border-width: thin;
        right: 25px;        
        background: rgb(255,222,15);
    }
    H2
    {
        font: 16pt/100%; 
        font-family: sans-serif;
        color: rgb(0,0,2);
        padding: 4pt;
        border: solid;
        border-width: thin;
        right: 25px;
        background: rgb(255,222,15);
    }
    H1
    {
        font: 18pt/100%;
        font-family: sans-serif;
        color: rgb(0,0,2);
        padding: 4pt;
        border: solid;
        border-width: thin;
        right: 25px;
        background: rgb(255,222,15);
    }
    PRE
    {
      font-family: monospace;
      color: navy;           
    }
    EM
    {
      color: rgb(255,222,15)
    }
    
    
    DIV.Note
    {
      font-family: sans-serif;
      color: rgb(255,227,70);
      text-align: left;
    }
    
    
    PRE.codesample
    {
      font: 12pt/100% ;
      font-family: monospace;
      color: rgb(50,100,50);
      text-align: left;
      border: thin solid black;
      background: rgb(251,251,251);
      padding: 8pt;
      margin-left: 5%;
      margin-right: 2%;
    }
    
    PRE.console
    {
      font: 12pt/100%;
      font-family: monospace;
      color: rgb(100,250,100);
      text-align: left;
      border: thin solid black;
      background: rgb(2,3,4);
      padding: 8pt;
      margin-left: 5%;
      margin-right: 2%;
    }
    
    
    
    
    
      

    
    DIV.pagelinks
    {
      border: 2px solid rgb(100,100,100);   
      position: absolute;  
      top: 120px; 
      left: 5;             
      width: 145px;        
      font: 16px Verdana, sans-serif;
    }
    
    DIV.pagelinks a { 
      display: block;
      text-align: center;
      font: bold 1em sans-serif;
      padding: 5px 10px;
      margin: 4px 0 4px 4px;
      text-decoration: none;
      color: #FFC;
      background: url(button_idle.gif) no-repeat;      
      background-color: rgb(160,180,160);
              
    }
    
    DIV.pagelinks a:hover {    
      background: url(button_mouseover.gif) no-repeat;      
      background-color: rgb(180,200,180);
      
    }
    
    
    DIV.pagebody
    {
      background-color: rgb(42,42,42); 
      background-image: url(body_bkgnd.jpg);
      background-position: 10 10;
      background-repeat: no-repeat;
      background-attachment: fixed;
           
      font: 12pt/100%;
      font-family: sans-serif;
      text-align: left;       
      padding: 10px;
      border: 5px solid rgb(100,100,100);   
       
      position: absolute;  
      top: 100px;           
      left: 150px;             
      right: 10px;        
      z-index: 100;  
    }
    
    DIV.imagelinks
    {
      background-color: rgb(42,42,42); 
      background-image: url(body_bkgnd.jpg);
      background-position: 10 10;
      background-repeat: no-repeat;
      background-attachment: fixed;
           
      font: 12pt/100%;
      font-family: sans-serif;
      text-align: left;       
      padding: 10px;
      border: 5px solid rgb(100,100,100);   
       
    }
    
    BODY
    {
        color: rgb(145,253,235);
        background-image: url(site_bkgnd.jpg);
        background-color: rgb(0,0,1);       
        background-position: 10 10;
        background-repeat: no-repeat;
        background-attachment: fixed;
      
    }
    
    A
    {
      color: rgb(70,227,70); 
    }
    
    
    
    
    
  -->
  </style>