html, body {
  line-height:     120%;
  color:           black;
  background:      #dcdcdc;
  font-weight:     normal;
  font-size: 	   14px;
  font-family:     Verdana, Arial, Sans-Serif;
  font-style:      normal;
  text-decoration: none;
  border:  0;
}

a:link, a:visited {
  color: #e1b51d;
}

a:hover {
  color: #649aec;
background-color: none;
}

a:active {
  color: red;
  background-color: yellow;
}

a:link img, a:visited img {border-style: none}
a img {color: black} /* The only way to hide the border in NS 4.x */

#footer {
  color: yellow;
  background-color: #649aec;
}

#header {
  color: black;
  background-color: #649aec;
  text-align: left;
  height: 100px;
}

.tab {
color:black;
background: #ffcd1e;
height: 25px;
width: 152px;
text-align: center;
vertical-align: bottom;
}

.tab a {
color:black;
background: #ffcd1e;
height: 25px;
width: 152px;
display: block;
text-decoration: none;
}

.tab a:hover {
color: black;
background: #e1b51d;
text-decoration: none;}


#posttab {
color: black;
background-color: #649aec;
height: 10px;
}
