 
/* Style sheet file */

       body {
                 background: #003366;
                 color: white } 
                 
       a:link { color: lightgreen } 
       
       a:visited { color: lightblue } 
       
       a:active { color: #a05050 } 
       
       a.case1:link { background: green } 
       
       a { text-decoration : none} 
       
       p:first-line { margin-left: 25px } 
       
       div.foo:first-line {
                 font-weight: bold;
                 margin-left: 30px } 
       
       div:first-letter {
                 font-size: x-large; 
                 color: #ffffff } 
       
       ul ul li {
                 font-size: x-large; 
                 font-decoration: italic } 
		 
       h2 em { font-weight: 900 } 
       
       h2.ex1 {
                 color: green;       /* This type of heading MUST be Green and Large! */
                 line-height: 50px; 
                 font-size: 40px } 
       
       h1, h2, div.class5 { color: #ffffff background: #003366 } 

       h6 {
                 font-size: xx-small ! important;
                 color: red ! important }        
       
       #tagid1 {
                 padding: 20px; 
                 border: 20px groove #ffffff } 
       
       .class1, #tagid2 { font-family: 'comic sans ms', fantasy; color: rgb(100%,100%,0%) } 
              
       p.special {
                 font: 12pt/14pt sans-serif;
                 margin: 5px 0px 2px 25px;
                 border: medium dashed #ff0000;
                 background: white url(http://www.foo.com/image.gif) repeat-x fixed top right } 
       
       
       .part1 {
                 font-size: xx-large; 
                 color: #808000 } 

       .pageheader {
       			background: #003366;
       			color: white;
       			font-size: 20;
       			font-weight: bold;
       			font-family: "Tahoma";
       			font-style: "normal";
       			text-align: "center";
       		  }  
		 
       .menutopicstyle {
       			background: #003366;
       			color: lightgreen;
       			font-size: 12;
       			font-weight: bold;
       			font-family: "Tahoma";
       			font-style: "normal";
       			text-align: "center";
       		  }     

       .columnheader {
       			background: #C3C3C3;
       			color: blue;
       			font-size: 12;
       			font-weight: bold;
       			font-family: "Tahoma";
       			font-style: "normal";       			
       			text-align: "left";
       		  }   

       .cell1 {
       			background: #ffffff;
       			color: black;
       			font-size: 12;
       			font-weight: bold;
       			font-family: "Tahoma";
       			font-style: "normal";       			
       			text-align: "left";
       		  }   
		  
		  