
.mainwindow {
             border-width: 5px; 
             border-style: groove; 
             margin: auto 10% auto 10%;
             width: 800px;
            }
.topleft    {
             position: relative;
            }
.topright   {
             position: relative;
             vertical-align: center; 
             text-align: right;
            }  
.menuitems  {
             font-family: "Georgia";
             font-size: large;
             border-left: medium double #333333;
             color: #000000;
             text-decoration: none;
             font-weight: bold;
            }
.menuitemsc {
             font-family: "Georgia";
             font-size: large;
             border-left: medium double #333333;
             color: #000000;
             text-decoration: underline;
             font-weight: bold;
            }  
.bmenuitems {
             font-family: "Georgia";
             font-size: large;
             color: #000000;
             text-decoration: none;
            }  
.footer     { 
             font-family: "Georgia";
             font-size: medium;
             background-color: #1FFF1F;
            } 
.bodytext   { 
             font-family: "Georgia";
             font-size: medium;
            } 
.bottomleft { 
             position: relative;
             border-width: 2px;
             border-style: solid;
            }
.bottomright{ 
             font-family: "Georgia";
             font-size: small;
            }
a:link      {
             color: #000000;
            }     
a:visited   {
             color: #393939;
            }  
a:hover     {
             color: #000000; 
             background-color: #1FFF1F; 
            }   
a:active    {
             color: #999999;
            } 
