a:link { text-decoration:none; font-weight:bold; color:#000000; background-color:#ccffcc; }
a:visited { text-decoration:none; font-weight:bold; color:#000000; background-color:#ccffcc; }
a:hover { text-decoration:underline; font-weight:bold; color:#000000; background-color:#ccffcc; }
a:active { text-decoration:none; font-weight:bold; color:#000000; background-color:#ccffcc; }
a:focus { text-decoration:none; font-weight:bold; color:#000000; background-color:#ccffcc; }

html, body, textarea {
  scrollbar-base-color:#afdcaf;
  scrollbar-3d-light-color:#afdcaf;
  scrollbar-arrow-color:#000000;
  scrollbar-darkshadow-color:#afdcaf;
  scrollbar-face-color:#ccffcc;
  scrollbar-highlight-color:#ccffcc;
  scrollbar-shadow-color:#909090;
  scrollbar-track-color:#afdcaf;
  background:#ccffcc;
 }

img { border:0; }

table { table-layout:fixed; }

hr { 
  width:550px;
  height:2px;
  color:#669966;
  background-color:#669966;
  text-align:center;
 }

img#lang { position:fixed; right:5px; top:5px; border:0; }

/* Menu popups */

span table { display:none; }
span table td { padding-left:2px; padding-right:2px; }

span:hover table {
  display:table;
  position:absolute;
  margin-left:80px;
  z-index:2;
  border-collapse:collapse;
  border:1px solid #000000;
  background:#ccffcc;
 }
