     A:link { 
	text-decoration:	none;
          color: #FFFF00;
     } 
     A:visited { 
	text-decoration:	none;
          color: #FF0000;
     } 
     A:active { 
	text-decoration:	none;
          color: #FFFF00;
     } 
	 
	A:hover { 
	text-decoration:	blink;
	color: Red;
	background : Yellow;
     } 
     H1 { 
          text-indent: 15%;
          line-height: 100%;
          font-family: Verdana, MicrogrammaDBolExt, GarmdITC BkCn BT, Serif;
          font-size: large;
          font-weight: 400;
     }
	H2 { 
          text-indent: 5%;
          line-height: 100%;
          margin-top: 4px; 
          font-family: Verdana, MicrogrammaDBolExt, GarmdITC BkCn BT, Serif;
          font-size: 14;
          font-weight: 700;
     } 
 
     H3 { 
          font-family: BankGothic Md BT, Garamond, Sans-serif;
          font-size: large;
          font-weight: 600;
          text-transform: uppercase;
     } 

         BODY {         
          background: black;
          color: white;
	    font-size: 10pt;
          margin-left: 40px;
          line-height: 110%;
          font-family: Verdana, Arial, Sans-serif;
     } 

         P { 
          line-height: 100%;
          margin-top: 4px; 
     } 


         P.small { 
          line-height: 100%;
          margin-left: 8%;
          font-size : 9px;
     } 


         P.medium { 
          line-height: 100%;
          margin-left: 15%;
     } 


         P.large {
          line-height: 100%; 
          margin-left: 25%;
          font-size : 17px;
     } 

	   BR { 
          line-height: 100%;
          margin-top: 4px; 
     } 

