
p {color:black;
   font-family:Century Gothic;
   font-size:200%;
   }

H3 {color:black;
    font-family:Arial;
    font-size:260%
    }

H4 {color:darkgreen;
    font-family:Arial;
    font-size:200%
    }
H5 {color:red;
    font-family:Times New Roman;
    font-size:135%
    }

A:link{color:black;
       text-decoration:none;
       }
A:visited{color:red;
         text-decoration:none;
         }
A:focus{color:blue;
        text-decoration:underline;
        }
A:hover{color:blue;
        text-decoration:underline;
       }
A:active{color:green;
         text-decoration:none;
        }