A:link { color: #FF6; }
A:visited { color: #BB2; }

body { font-family: times; font-size: 12pt; color: #DDD; background: #000; }

.menupane {
  margin: 10px;
  width: 150px;
}

.menucategory {
  font-family: arial;
  font-size: 12pt;
  font-weight: bold;
  color: #000;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  background: #2AC;
  border-style: solid;
  border-width: 1px;
  border-right: 0px;
  border-left: 0px;
  border-color: #000;
}

.menucontent {
  font-family: arial;
  font-size: 10pt;
  color: #FFF;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  background-image: url("blue-black.png");
  background-repeat: repeat-y;
}
.menucontent A:link {
  color: #FFF;
  text-decoration: none;
}
.menucontent A:visited {
  color: #FFF;
  text-decoration: none;
}
.menucontent A:hover {
  color: #0CC;
}

.if_caption {
  font-family: courier new;
  font-size: 10pt;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
}

.headingmain, .head {
  font-family: arial;
  font-size: 20pt;
  font-weight: bold;
  color: #2AC;
}

.headingsub, .title {
  font-family: arial;
  font-size: 16pt;
  color: #0CC;
}

.headingsub2 {
  font-family: arial;
  font-size: 12pt;
  color: #8EC;
}

.headingsub2 A:link, .headingsub2 A:visited, .headingsub2 A:hover {
  color: #8EC;
  text-decoration: none;
}

.maincontent {
  position: absolute;
  top:20px;
  left:180px;
  margin-right: 20px;
}

