/* Cascading Style Sheet */

h1:hover
{
    CURSOR: hand;
    TEXT-DECORATION: underline;
}

 h6:hover
{
    CURSOR: hand;
    TEXT-DECORATION: underline;
}

h1
{
    font-size:18px;
    font-family: "Minion Pro";
    background-color: "#120055";
    color: white;
    text-align: center;
    text-decoration: none;
}

h2
{
    font-size:15px;
    font-family: "Minion Pro";
    color: white;
    text-align: center;
    text-decoration: none;
}

h3
{
    font-size:15px;
    font-family: "Minion Pro";
    color: #2F2E2E;
    text-align: center;
    text-decoration: none;
}
h4
{
    font-size:15px;
    font-family: "Minion Pro";
    font-style: italic;
    background-color: "#120055";
    color: #FAE0A0;
    text-align: left;
    text-decoration: none;
}
h5
{
    font-size:17px;
    font-family: "Minion Pro";
    font-style: italic;
    background-color: "#120055";
    color: #FAE0A0;
    text-align: center;
    text-decoration: none;
}
h6
{
    font-size:17px;
    font-family: "Minion Pro";
    color: #FAE0A0;
    text-align: center;
    text-decoration: none;
}



