a:link { 
        font-family: Arial; 
        font-size: 12pt; 
        color: blue; 
        text-decoration: none  
}
a:visited { 
         font-family: Arial;  
         font-size: 12pt; 
         color: #6600CC; 
         text-decoration: none 
}
							
a:hover { 
         font-family: Arial; 
         font-size: 12pt; 
         color: #FF00FF; 
         text-decoration: none 
}
							
font { 
        font-family: arial, verdana; 
        font-size: 12pt; 
        color: #000000; 
        text-decoration: none; 
}


H1 { 
          font-family: arial, verdana; 
          font-size: 30pt x-large; 
          color: black; 
          margin-left: 30px; 
          text align: center
}

H2 { 
          font-family: arial, verdana; 
         font-size: 16pt; 
         color: blue; 
         margin-left: 30px;
         text align: center 
}

H3 { 
          font-family: arial, verdana; 
          font-size: 22pt large; 
          color: black; 
          font-weight: bold;
          margin-left: 30px 
}

H4 { 
          font-family: arial, verdana; 
          font-size: 20pt large; 
          color: white; 
		  background-color: gray;
          font-weight: bold;
          margin-left: 30px; 
           text align: center
		   h4 

}

H5 { 
          font-family: arial, verdana; 
          font-size: 14pt; 
          color: black; 
          margin-left: 30px; 
          text align: center

}
P  { 
        font-family: arial, verdana; 
        font-size: 10pt large; 
        color: black; 
        margin-left: 30px 
}
