/* -*-css-*- */

a:link
{
  color: blue;
  text-decoration: none;
  }
a:visited
{
  color: blue;
  text-decoration: none;
  }
a:active
{
  color: blue;
  text-decoration: none;
  }
a:hover
{
  color: red;
  text-decoration: underline;
  }

body
{ 
  background-color: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size:0.9em;
  padding:10px;
  margin:10px 10px 10px 10px;
 }

blockquote.qotd
{ 
  font-size: small;
  font-style: italic;
  margin: 0px;
  }

p.qotd				/* quote of the day */
{ 
  margin: 0px;
}

#leftCol, #rightCol { 
           position:absolute;
           height:100%;
           width:125px;
           float:top;
           margin: 10px 10px 10px 10px;
           }

#leftCol { 
           left:0;
           }

#rightCol { 
            right:0;
            }
#menu { 
        margin-top: 150px;
        border-style: none;
        border-width: 1pt;
        text-align:center;
        padding: 1px;
 }

#menu p{ 
         font-style: italic;
         text-decoration: none;
         width:120px;
         border-style: none;
         border-width: 1pt;
         text-align: left;
           }
#mainCol { 
           margin-left:165px;
           margin-right:165px;
           float:right;
           text-align: justify;
           }

#mainCol p {
             font-size: 1em;
}

#donateButtons { 
                 height: 48px;
                 border: none;
                 overflow: hidden;
       }