
  BODY { 
   background:#C6F0Ff;
    font-family="arial";
   color:#000000;
   vlink:color red;
    scrollbar-base-color : #91E0FF;
    scrollbar-arrow-color : #000000; 
   
        }
    
p{text-align:justify;
margin:1cm;
} 

.nomargin{
margin:0; }

   @media screen{
  body&gt;div#header{
   position: fixed;
  }
 }
 * html body{
  overflow:auto;


.header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:5px;
 }

 
    
 H1{ 
color:800040;
 text-decoration:underline;
 text-align:center;
    font-family="arial"
 
             }
         
h2{ color:black;
text-decoration:underline;
 text-align:center;
    font-family="arial"
    font-size=4
    font-weight="bold"
         }    
  

h3{ color:black;
 text-align:center;
    font-family="arial"
    font-size=4
    font-weight="bold"
         }
 h4{ color:black;
    font-family="arial"
    font-size=4
    font-weight="bold"
         }
.blueblock{ 
font-family: Arial;
 color: #FFFFFF; 
 background: #000080; 
   font-weight="bold"}
   
   
 .blueblock a:hover{
  font-family: Arial;
 color: #000080; 
 background: #FFFFFF; 
   font-weight="bold"}
  
 .black{color:black;
 }
 
 .blue{color:blue;
}                 
.red{color:red;
} 
                      
 .boldblack{ color:black;
             font-weight="bold"
             }   
  
                    
a:link{
            color:red;
             }

a.visited{
               color:purple;
               }  
               
               
               
               <!-- tabs -->          
             



.indentmenu{
font: bold 11px Arial;
text-align:center;
 /*width:100%;
leave this value as is in most cases*/

}

.indentmenu ul{
margin: 0;
padding: 0;
float: center;
width: 100%; /*width of menu*/
border: 1px solid #C6F0Ff; /*dark purple border*/
border-width:2px 0;
background: black url(images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;

}

.indentmenu ul li a{
float: center;
color: white; /*text color*/
padding: 5px 5px;
text-decoration: none;
border-right: 1px solid #C6F0Ff; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: black !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.gif) center center repeat-x;
}

