A
{
    COLOR: #06f;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
A.whitebox
{
    COLOR: #06f;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
A:active
{
    COLOR: red;
    FONT-FAMILY: Arial
}
A:hover
{
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: aqua
}
BODY
{
text-align:justify;
font-size:14px;
	COLOR: white;
    FONT-FAMILY: Arial;
	
}
.whitebit
{
color:black;
font-family:Arial, Helvetica, sans-serif;
background-color:#FFFFFF;
}
div.tabArea {
  font-size: 80%;
  font-weight: bold;
}

a.tab {
  background-color: #999999;
  border: 1px solid #000000;
  border-bottom-width: 0px;
  padding: 1px 1em 1px 1em;
  text-decoration: none;
  cursor:pointer;
  font-size:small;
}

a.tab, a.tab:visited {
  color: #FFFFFF;
}

a.tab:hover {
  background-color: #d0d0d0;
  color: #606060;
}
a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #FFFFFF;
  color: #000000;
}
