body  { background-image : url("back1.jpg");   background-attachment :  fixed;}

H1    {  color: red;
         font-weight: bold;              
 		font-size: 12pt;
 		 line-height:12pt; 
  	 font-family: arial; 
  	 font-style: normal;
	 text-decoration:underline;
	 text-align: center;   } /* Heading on the top of Page */


H2    {  color: blue;
         font-weight: bold; 
 	   	  font-size: 12pt;
  	     line-height:12pt; 
  	     font-family: arial; 
text-align: center;
  	     font-style: normal; }
		 





.text { color: #00E7FF;
 	   	  font-size: 8pt;
  	     font-family: arial; 
  	     font-style: normal; }  

.counter { color:blue;
 	   	  font-size: 8pt;

  	     font-family: arial; 
  	     font-style: normal; }  /* bottom links */


A:link { color: #00CCFF;
  	 font-weight: normal; 
 	 font-size: 10pt;

 	 font-family: arial; 
 	 font-style: normal; }       /* unvisited link */

A:visited  { color: #33CCFF;   
  	       font-weight: normal; 
  	        font-size: 10pt;

            font-family: arial; 
            font-style: normal;  }    /* visited links */

A:active {  color: yellow; 
  	    font-weight: normal; 
  	    font-size: 10pt;

            font-family: arial; 
            font-style: normal;  }    /* active links */
            
A:Hover	{ color: red; }


