/*
 * Copyright (c) 2002 The iLBCfreeware.org Project
 */

body {
  background-color: #fff;
  color: #000;
}
h1, h2 {
  color: #009;
}
a {
  color: #00f;
}
a:visited {
  color:#840084;
}
a:active {
  color: #fc3;
}
li {
  padding: 5px 0;
}
.mainnav a{
  color: #990000;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.mainnav a:hover {
  color: #f2f2cc;
}
.note {
  color: #F00;
  font-size: 24px;
  font-weight: bold;
}

/* begin subnav styles */
#subnav {
  background-image: url('gifs/subnav.png');
  background-repeat: no-repeat;
  height: 35px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 542px;
}
#subnav span {
  position: absolute;
  top: -9999em;
} 
#subnav li, #subnav a {
  display: block;
  height: 35px;
}
#subnav li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
#subnav-home {
  width: 108px;
}
#subnav-home a:hover {
  background:url('gifs/subnav.png') 0px -35px no-repeat;
}
#subnav-news {
  width: 108px;
}
#subnav-news a:hover {
  background:url('gifs/subnav.png') -108px -35px no-repeat;
}
#subnav-software {
  width: 108px;
}
#subnav-software a:hover {
  background:url('gifs/subnav.png') -216px -35px no-repeat;
}
#subnav-documentation {
  width: 108px;
}
#subnav-documentation a:hover {
  background:url('gifs/subnav.png') -324px -35px no-repeat;
}
#subnav-support {
  width: 108px;
}
#subnav-support a:hover {
  background:url('gifs/subnav.png') -432px -35px no-repeat;
}
/* end subnav styles */
.copy {
  font-size: 12px;
}
.EXAMPLE P B {
  color: #990000;
}
.FILENAME {
  color: #007a00;
}