
body   {
       background-color:yellow; 
	   font-family: Comic Sans MS, Times New Roman, sans-serif; 
	   color: #FF0000;
	   margin:1em;
	   scrollbar-face-color: #FF0000;
 	   scrollbar-shadow-color: #FFFF00;
 	   scrollbar-highlight-color: #FFFF00;
 	   scrollbar-3dlight-color: #FF0000;
 	   scrollbar-darkshadow-color: #FF0000;
 	   scrollbar-track-color: #FFFF00;
 	   scrollbar-arrow-color: #FFFF00;
	   }
			 	   
div.h1_bi    { 
             font-size: 24;
	         font-style: italic;
			 font-weight: 700;
	         } 	  

div.h1_b     { 
             font-size: 24;
	         font-weight: 700;
			 } 	   			  
	   
div.h2_bi    { 
             font-size: 18;
	         font-style: italic;
			 font-weight: 700;
	         }	

div.h2_b     { 
             font-size: 18;
	         font-weight: 700;
	         }
			 		   
div.h3_bi    { 
             font-size: 14;
	         font-style: italic;
             font-weight: 700;
			 }
			 
div.norm_b   {
             font-size: 14;
			 font-weight: 700;
			 }

div.menu_b   {
             font-size: 12;
			 font-weight: 700;
			 }			
			  
div.clearRight {clear: right;}
div.clearLeft  {clear: left;}	
  
img		     {
		     border: none;
		     vertical-align: middle;
		     }
		 
img.left     {float:left; margin-left: 3em; margin-right: 3em;}
img.right    {float:right; margin-right: 3em; margin-left:3em;}
img.right2   {float:right; margin-right: 5em; margin-left:3em;}
img.none     {float:none;}

a.:link {color: #FF0000; font-size: 14 font-weight: 700;}
a.:visited {color: #FF0000; font-size: 14 font-weight: 700;}
a.:active {color: #FF0000; font-size: 14 font-weight: 700;}
a.:hover {color: #0000FF; font-size: 14 font-weight: 700;}
 
