/*The whole section is delcared as this, and is then inherited by other types */
.header {
  background-color: #abcdef;
  font-family: Verdana, Geneva, Arial, Helvetica, san-serif;
  letter-spacing: -.25px;
  word-spacing: -1.5px;
  font-size: 10px;
  font-style: normal;
  line-height: normal;
  font-weight: normal ;
  text-transform: none;
  font-variant: normal;
  width: 100%;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #6495ed;
}

.footer {
  background-color: #abcdef;
  font-family: Tahoma, Geneva, Arial, Helvetica, san-serif;
  font-size: 10px;
  font-style: normal;
  line-height: normal;
  font-weight: normal ;
  text-transform: none;
  font-variant: normal;
  clear: all;
}

p.csstest {
  display: none;
}


/*color & text-decoration are overridden by linkcolor if not explicitly stated here (cannot inherit from .headermain) */
a.mnu              {  font-size: 10px; color: #000000; text-decoration: none}
a.mnu:hover        {  font-size: 10px; color: #000000; background-color: #6495ed; text-decoration: none}

a.mnupicked        {  font-size: 10px; font-weight: bold; color: #000000; text-decoration: none}
a.mnupicked:hover  {  font-size: 10px; font-weight: bold; color: #000000; background-color: #6495ed; text-decoration: none}
