a:link, a:active, a:visited {
    color: #366389;
}
a:hover {
    color: #366389;
}

#main {
    background-image: url(style_metalbg.jpg);
    background-color: Gray;
    background-repeat: repeat;
}

#leftcolumn, #rightcolumn, #bumaintop, #content_big, #content {
    border : 1px inset silver;
    background-color: silver;
}

/* FOR THE TABS */

a.tab.activeTab {
  background-color: silver;
  color: #000000;
  font-size: 11px;
  z-index: 102;
  text-decoration: none;
}

a.tab:hover {
  background-color: #d0d0d0;
  color: black;
  cursor: pointer; 
}

a.tab {
  text-decoration: none;
}