/* colour.css: automatically loaded! */

*,
body { color:black; }

#home a, #black a { color:white;}
#home a:hover ,#black a:hover, hr { color: red;}

/******************* BACKGROUND *********************/
/* #F7F8E8= beige from banner */
body, #bottom  { background-color: #F7F8E8;}

#container,#middle, #content, #scrollarea
.menu, .white  { background-color:white;}

 #black, #black a { background-color:black; }

#home, #home a, td p, .overlay,#tel,#flags,
 b, small,ul, li {background-color:transparent;}

TABLE {background-color: #b0b0b0; }
TD    {background-color: #ffffe0; }
TH    {background-color: #d0d0d0; }

.pale {background-color: #ffffef; }
.pink {background-color: #ffefef; }

H2 {
  background-color: #ffa0a0;
  }

div.menu a {
  border: 2px outset grey;
  color:white;
  background: #444;
 }

td table {
  background-color: transparent;
}


#menub a {
   background-color: #444;
   border: 2px outset grey;
   }