h1 {
    font-family: "Vladimir Script", "Times New Roman", Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #9966FF;
    background-position: left;
    text-align: left;




}
h2 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: lighter;
    color: #0000FF;
}
h3 {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bolder;
    color: #CC00FF;
    font-style: oblique;
}
a {
    color: #9900FF;
}
a:hover {
    font-style: oblique;
    background-color: #6699FF;
}
a:link {
    text-decoration: none;
}
a:active {
    font-size: larger;
    font-style: italic;
    background-color: #66CCFF;
}
a:visited {
    text-decoration: none;
}
b {
    font-weight: bolder;
    background-color: #FFCCFF;
}
