p{
    font-family: "Goudy Old Style" Helvetica, sans-serif;
    font-size:1em; 
    
}
p1{
    font-family: "Goudy Old Style" Helvetica, sans-serif;
    font-size:2em;
    color:black;    
}

p2{
    font-family: "Goudy Old Style" Helvetica, sans-serif;
    font-size:2em;
    margin: center;
}

p3{
    font-family: "Goudy Old Style" Helvetica, sans-serif;
    font-size:.5em; 
}

p4{
    font-family: "Goudy Old Style" Helvetica, sans-serif;
    font-size:.5em;
}
p5{
    font-family: "Goudy Old Style" Helvetica, sans-serif;
    font-size:1em;
}
p6{
    font-family: "Goudy Old Style" Helvetica, sans-serif;
    font-size:3em;
    color: darkgreen;
}

h1{
  background-color: darkgreen;
  font-family: "Goudy Old Style" Helvetica, sans-serif;
  font-size:3em;
  color:ghostwhite;
}

h2{
  background-color: darkgreen;
  font-family: "Goudy Old Style" Helvetica, sans-serif;
  font-size:3em;
  color:ghostwhite;
}
h3{
  font-family: "Goudy Old Style" Helvetica, sans-serif;
  font-size: 2em;
  color:Black;
}
footer{
    padding: 1em;
    color: white;
    background-color: darkgreen;
    clear: left;
    text-align margin-bottom:center;
}
ul {
    list-style-type: none;
    margin: center;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    font-size: 1em;
}
li {
    float: left;

}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 1px 16px;
    text-decoration: none;
    font-size: 1em;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #111;
}
body{
  background-color: tan;

    <style>
        a:link    {color:green; background-color:transparent; text-decoration:none}
        a:visited {color:pink; background-color:transparent; text-decoration:none}
        a:hover   {color:red; background-color:transparent; text-decoration:underline}
        a:active  {color:yellow; background-color:transparent; text-decoration:underline}

}
</style>