
body
{
    background-color: #CCCCFF;
}
p
{
    font-family: Verdana;
    font-size: medium;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #000000;
}

p2
{
    font-family: Verdana;
    font-size: xx-small;
    text-decoration: none;
}

p3
{
    font-family: Verdana;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}


h1
{
    color: black;
    font-family: Verdana;
    font-size: large;
    font-weight: bolder;
    font-style: normal;
    font-variant: normal;
}



h2
{
    color: black;
    font-family: Verdana;
    font-size: medium;
    font-weight: bolder;
    font-style: italic;
    font-variant: normal;
}

h3
{
    font-family: Verdana;
    font-size: x-large;
    font-weight: bolder;
    font-style: italic;
    font-variant: normal;
}

h4
{
    font-family: 'Comic Sans MS';
    font-size: xx-large;
    font-weight: bold;
    font-style: normal;
}

h5
{
    font-family: 'Comic Sans MS';
    font-size: large;
    font-weight: lighter;
    font-style: italic;
}

h6
{
    color:Silver;
    font-family: 'Comic Sans MS';
    font-size: large;
    font-weight: lighter;
    font-style: italic;
}



pageLink
{
    color: white;
    background-color: menu;
    padding-left: 10px;
    padding-right: 15px;
    text-decoration: none;
    cursor: default;
}


a:link
{
    color: #000000;
}
/* unvisited link */
a:visited
{
    color: #800000;
}
/* visited link */
a:hover
{
    color: #0000AA;
}
/* mouse over link */
a:active
{
    color: #0000FF;
}
/* selected link */