body {
   background-color: #fcf3ea;
   color: #66421f;
   font-size: 12px;
   font-family: arial;
   text-align: justify;

   scrollbar-face: #f6ece2; 
   scrollbar-highlight: #f6ece2; 
   scrollbar-shadow: #f6ece2; 
   scrollbar-3dlight: #f6ece2; 
   scrollbar-arrow: #bb4873; 
   scrollbar-track: #f6ece2; 
   scrollbar-darkshadow: #f6ece2
   }
   
   table, tr, td { 
   background: #f6ece2;
   color: #66421f;
   font-size: 12px;
   font-family: arial;
   }

   .bla {
   color: #66421f;
   line-height: 10px;
   font-size: 12px;
   font-family: arial;
   width: 75%;
   text-align: justify;
   }

   a:link, a:visited, a:active {
   color: #bb4873;
   border-bottom: 1px dotted #eddac7;
   text-decoration: none;
   text-transform: uppercase;
   letter-spacing: -1px;
   }
   
   a:hover {
   color:#68b71a;
   border-bottom: 1px solid #be4e2d;
   text-decoration: none;
   text-transform: uppercase;
   letter-spacing: -1px;
   }

   b,strong {
   color: #bb4873;
   font-size: 20px;
   font-family: georgia, times new roman;
   text-align: center;
   text-transform: lowercase;
   letter-spacing: -1px;
   }

   #imgborder a:link, #imgborder a:visited, #imgborder a:active 
   {border: 3px solid #bb4873;
   letter-spacing: 1px;
   line-height: 12px;
   }

   #imgborder a:hover 
   {border: 3px solid #84c5ac;
   letter-spacing: 1px;
   line-height: 12px;
   }
