/*stylesheet*/
h1 {
                Font-size: 24pt; 
                color: Green;
		Font-weight: bold;
		font-family: Arial;
	}
h2
	{
		Font-size: 20pt;
		color: red;
		Font-weight: bold;
		font-family: Helventica;
	}
h3
        {
                Font-size: 14pt;
		color: black;
		font-family: courier;
         }
h4
        {
               color: blue;
        }
