   BODY       {font-family:comic sans ms,sans-serif; 
               background-color:#efcfac; 
               text-align:center;
              }

   .content   {max-width: 780px;
               margin: 0 auto;
               text-align:left;
              }

   A          { text-decoration:none; 
                color: black;
                background-color:#cdad8a;
                padding: 0 .3em;
                border-top-left-radius:.6em;
                -webkit-border-top-left-radius:.6em; /* Safari */
                border-top-right-radius:.6em;
                -webkit-border-top-right-radius:.6em; /* Safari */
                border-bottom-left-radius:.6em;
                -webkit-border-bottom-left-radius:.6em; /* Safari */
                border-bottom-right-radius:.6em;
                -webkit-border-bottom-right-radius:.6em; /* Safari */
                margin:0 .2em 0 0;
                box-shadow: .1em .1em .1em #888888;
              }
   A:hover    {background-color:#debe9b;}
   A:active   {background-color:#debe9b; margin:.1em 0 0 .1em; box-shadow:none;}



   .dark      { 
                background-color:#cdad8a;
              }

   .right     {border: none; margin: 0; float:right }
   .left      {border: none; margin: 0; float:left }


   td         {background-color:#efcfac;}

   .columns { position:relative; height:100px; clear:both; overflow:hidden;}
   .col     { position:absolute; margin:0; top:0; height:100%;}

   .bottom   {text-align:center; font-size: small; width: 100%; background-color:#cdad8a;}


   .clear     {clear:both;}

