html, body {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 20px;
        background-color: white;
        color: black;
        font-family: Times New Roman, Tahoma, Verdana, serif;
        text-align: center;
        font-size: 17px;
        height: 100%;

}

#page {
      width: 750px;

      background-color: white;
      margin: auto;
      padding: 0px;
}
#page h1{
        text-align: center;
        font-family: Arial Black, Georgia, Times New Roman, Verdana, Tahoma, serif;
        background-color: white;
        margin-bottom: 0px;
        padding-bottom: 0px;

}
#page h2{

        text-align: center;
        font-family: Times New Roman, Verdana, Tahoma, serif;


}

#page img {
      border: 0px;
      padding: 0px;
      margin: 0px;
}

#page p{

        text-align: center;
        width: 99%;
        margin-top: 3px;
        margin-bottom: 3px;
        font-size: 16px;

}


#page a, a:active, a:visited, a:hover{
      color: blue;
}

#page a:hover {
      color: black;
}
a.sitelink, a.sitelink:active, a.sitelink:visited{


        font-weight: bold;
        color: blue;
        font-size: 22pt;
}

a.sitelink:hover{
        color: black;
}


p.enter{
        font-size: 19px;
        font-family: Verdana, Tahoma, serif;
        text-align: center;

}


#footer h5{
        text-align: center;
        font-weight: normal;
        font-size: 8pt;
}
#footer { margin: auto; margin-top: 20px; width: 30% ; border-top: 3px solid darkblue;}
#footer a, a:visited, a:active, a:link{ color: blue;}
#footer a:hover{color: darkblue;}