body {
 color: #D8C018;
 color: #8C7853;
 color: #A67D3D;
 background: black;
 background-image: none;
 font-family: Arial, sans-serif;
 font-size: 9pt;
 font-weight: normal;
 margin-left: 1%;
 margin-right: 1%;
 margin-top: 5px;
 margin-bottom: 2%; 
}

#pagecontainer {

}

p {
 font-family: Arial, sans-serif;
 font-size: 9pt;
 line-height: 125%;
 text-align: center;
}
p.endofsnips {
 font-family: Arial, sans-serif;
 font-size: 14pt;
 text-align: justify;
}
p.footer {
 font-family: monospace;
 font-size: 8pt;
 text-align: justify;
}
p.detail {
 font-family: Arial, sans-serif;
 font-size: 7pt;
 text-align: center;
}

td {
 font-family: Arial, sans-serif;
 font-size: 9pt;
 line-height: 125%;
 text-align: center;
}

tr.index:hover {
 font-family: Arial, sans-serif;
 font-size: 9pt;
 line-height: 125%;
 text-align: center;
 background: #505050;
}

a {
 text-decoration: none
}
a:link {
 color: #7FFF00;
}
a:active {
 color: yellow;
}
a:visited {
 color: #00FFFF;
}
a:hover {
 color: white;
 text-decoration: underline;
}

.left {
  width: 49%;
  float: left;
}

.right {
  width: 49%;
  float: left;
}

.leftthird {
  width: 33%;
  float: left;
}

.righttthird {
  width: 40%;
  float: left;
}

.left2thirds {
  width: 60%;
  float: left;
}

.right2thirds {
  width: 66%;
  float: left;
}

.leftquarter {
  width: 19%;
  float: left;
}

.right3quarter {
  width: 80%;
  float: left;
}

.clear {
  clear: both;
}

#header {
  width: 100%;
  border: 0px solid green;
}

#welcome {
  font-size: 12pt;
  font-weight: bold;
  width: 100%;
  border: 1px solid green;
  margin-top: 5px;
  text-align: center;
}

#baenheader {
  border: 1px solid green;
}

.cdlist {
  font-size: 8pt;
  margin-top: 5px;
  width: 100%;
  border: 1px solid green;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.cdentry {
  padding: 3px 15px;
}

.cdentry:hover {
  background-color: #333333;
}

.cdname {
  width: 30%;
  float: left;
}

.cdbrowse {
  width: 33%;
  float: left;
}

.cdiso {
  width: 33%;
  float: left;
}

.cdzip {
  width: 33%;
  float: left;
}

#notice {
  margin-top: 5px;
  float: left;
}

#siteinfo {
  margin-left: 10px;
  width: 100%;
}

#sitenotice {
  margin-left: 10px;
  width: 100%;
}

#footer {
  margin-top: 5px;
  width: 100%;
  border: 0px solid green;
}

