body {
	font-family: "Verdana";
	font-size: 10pt;
	font-weight: bolder;
       	color: "aqua";
     }
P {
        font-family: "Verdana";
        font-size: 10pt;
        color: "lightblue";
	font-weight: bolder;
     }

P.img {
        font-family: "Tahoma";
        font-size: 10pt;
	font-weight: bold;
        color: "fuchsia";
     }

H1 {	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 20pt;
	font-style: italic;
	color: #32DD32;
	}

H2 {	font-family: "Garamond";
	font-weight: bolder;
	font-size: 30pt;
	font-style: normal;
	color: orangered;
	}

H3.name {	
	font-family: "Tahoma";
	font-weight: bold;
	font-size: 9pt;
	font-style: normal;
	color: #DAA520;
	}

H3 {	font-family: "Tahoma";
	font-weight: bold;
	font-size: 9pt;
	font-style: normal;
	color: gold;
	}

H4 {	font-family: "Verdana";
	font-weight: bold;
	font-size: 12pt;
	font-style: italic;
	color: aqua;
	}

A:link {        
	border-width: 0;
	border-style: none;
	border-color: #000000;
	font-size: 10pt;
	font-family: "Tahoma";
        color: blue ;
       }

A:visited {
	border-width: 0;
	border-style: none;
	border-color: #000000;
	   font-size: 10pt;
	   font-family: "Tahoma";
           color: blue ;
          }

A:hover {
	border-width: 0;
	border-style: none;
	border-color: #000000;
         font-size: 10pt;
	 fonat-family: "Tahoma";
         color: lightblue ;
        } 

