/* CSS Document */
H2 {color:limegreen;
        font-family:"Arial"; 
        font-size:normal;
      }
.warning {color:#6AA00E;
                  font-weight:normal; 
                  font-size:12 px;
				  /*font-style:italic;*/
                } 


.tauseef {a:link 
	text-decoration: none;

a:visited 
	color: white;
	text-decoration: none;

a:hover 
	color: #CC99CC;
	text-decoration: none;

a:active 
	color: #6699CC;
	text-decoration: none;
}
