/* 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: "Comic Sans MS";
    color: white;
    text-align: left;
    text-decoration: none;
}

h6
{
    font-size:20px;
    font-family: "Comic Sans MS";
    color: white;
    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;
}
h3
{
    font-size:12px;
    font-family: "Minion Pro";
    color: grey;
    text-align: center;
    text-decoration: none;
}

div {width:350px; height:450px; overflow: auto}


