body
{
color: white; background-color: #333333
 }

a:link {color: #3366ff; text-decoration: none; }
a:active {color: #0000ff; text-decoration: none; }
a:visited {color: #cc33cc; text-decoration: none; }
a:hover {color: #ff6666; text-decoration: underline; }

h1
{
color: white;
text-align: center;
font-family: times;
font-weight: normal;
font-size: 38pt
}

h2
{
color: white;
text-align: center;
font-family: times;
font-weight: normal;
font-size: 17pt
}

h3
{
color: white;
text-align: center;
font-family: times;
font-weight: normal;
font-size: 9pt
}

  .centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }