#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #000066;
    font-size: 10px;
    text-align: center;
}
    a:link.ad {text-decoration: none; font-size: 10px; color: #000066;}
    a:visited.ad {text-decoration: none; font-size: 10px; color: #000066;}
    a:hover.ad {text-decoration: none; font-size: 12px; color: #000066;}
    a:active.ad {text-decoration: none; font-size: 10px; color: #000066;}


#menu {
      background-color: #6161FF;
}

    a:link.menulink {text-decoration: none; background-color: #6161FF; color: #6161FF;}
    a:visited.menulink {text-decoration: none; background-color: #6161FF; color: #6161FF;}
    a:hover.menulink {text-decoration: none; background-color: #6161FF; color: #6161FF;}
    a:active.menulink {text-decoration: none; background-color: #6161FF; color: #6161FF;}


    a img {border: none; }


#titletext {
           font-family: arial;
           background-color: #6161FF;
           /*text-align: center;*/
           color: #000066;
           font-weight: bold;
           font-size: 18pt;
           }

#normaltext {
            font-family: arial;
            background-color: #6161FF;
            text-align: justify;
            color: #000066;
            font-size: 10pt;
            }

#copytext   {
            font-family: arial;
            background-color: #6161FF;
            text-align: right;
            color: #000066;
            font-size: 8pt;
            }