h1 { text-align: center; background-color: #0000cc; width: 900px; padding: 0px 0px;@margin: 0px 0px; font-size: 80%; font-weight: bold; color: white;}
h2 { text-align: center; background-color: red; padding: 0px 0px; margin: 5px 0px;@font-size: 90%; font-weight: bold; color: white; }

 a:link { color: #0000ff; }
 a:visited { color: #0033ff; }
 a:hover { color: red; }
 a:active { color: #0033ff; } 

div#menu {  font-size: 80%; line-height: 150%; color: black;
             position: absolute;  
             top: 5px; left: 5px;
             width: 900px; height: 150px; z-index: 2;}
			 
div#main {  font-size: 80%; line-height: 150%; color: black; 
             position: absolute; z-index: 0; 
             top: 150; left: 5px;
             width: 900px; height: 370; z-index: 0;}
			 	   
 
div#sita {   font-size: 80%; line-height: 150%; color: black;
             position: absolute; 
             top: 550; left: 5px;
             width: 900px; height: 30px; text-align: center; z-index: 3;}


div.blink {text-decoration:blink;}	   
		  

		   
		   

