html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote  {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}
ol  {
  margin-left: 0em;
  list-style: decimal;
}
ul  {
  margin-left: 0em;
  list-style: square;
}
img {
  border:0;
}

a:link  {color: #FFF}
a:visited  {color: #FFF}
a:hover  {color: #CC0}
a:active  {color: #ABC}
#alphabet a:hover  {background-color: #FFF;color:#AA0;}

body {
  background-color: #484612;
  color: #FFA;
  font: 1em Helvetica, sans-serif;
  width: 784px;
  background-position: center top;
  margin: 0 auto;
  margin-bottom: 50px;
}

a {
  color: #FFF;
  text-decoration: none;
}

h1  {
  color: #FFA;
  font-family: sans-serif;
  font-size: 2em;
}

#topbanner {
  width: 784px;
  margin: 0;
  padding:0;
  font: 2em "Copperplate Light", "Copperplate Gothic Light", serif;
}

#topbanner h1  {
  color: #CC0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

#topbanner h1 strong  {
  color: #FFFFFF;
  width: 200px;
  margin-right: -0.5em;
  font: 4em "Courier New", Monoco, monospace;
}

#alphabet {
  width: 780px;
  background-color: #000;
  float: left;
  margin-bottom: 25px;
  border-bottom: 2px solid #999;
  border-left: 2px solid #666;
  border-top: 2px solid #FFF;
  border-right: 2px solid #CCC;
  clear: both;
}

#alphabet a { display:block }

#alphabet li {
  color: #757174;
  width: 30px;
  float: left;
  text-align: center;
  list-style: none;
}

#list  {
  width: 784px;
  height: 15em;
  border: 0;
  padding: 0;
  margin:0;
  clear: both;
  overflow-y: scroll;
  overflow-x: hidden;
}

#list li {
  width: 764px;
  color: #FFF;
  list-style: none;
  font-weight: bold;
}

#list strong {
  float: right;
}
#list a {display:block}

#footer { 
  clear: both;
  width: 758px;
  background: #000;
  font: 0.6em sans-serif;
  color: #AAA;
  margin-top: 25px;
  border: 1px solid #AAA;
  padding: 2px 12px;
}

#footer .copyright{ 
  float: right;
}
