/* this used to be a really well-designed site using none of this table-shit; then I had to make it work with IE... */

a:link {
  text-decoration:none;
  color:#6ba65a;
}

a:visited {
  text-decoration:none;
  color:#6ba65a;
}

a:active {
  text-decoration:none;
  color:#6ba65a;
}

body {
  margin:0;
  font-family:sans-serif;
  font-size:12px;
  color:#6ba65a;
  background:#000000;
}

hr {
  visibility:hidden;
}

input {
  font-family:monospace;
  font-size:10px;
  font-weight:bold;
  border:0;
  background:#6ba65a;
  margin:1px;
}

select {
  font-family:monospace;
  font-size:10px;
  font-weight:normal;
  border:0;
  background:#6ba65a;
  margin:1px;
}

img {
  border:0;
}

.an-header {
  color:#ffffff;
}

.searchmethod {
  text-align:center;
  float:left;
  height:100px;
  margin-bottom:30px;
  min-width:20%;
}

.heading {
  font-size:18px;
  font-weight:bold;
  text-indent:-30px;
  text-align:center;
}

.gamename {
  font-weight:bold;
}

.sitenames {
  text-indent:30px;
}

#logo {
  text-align:center;
}

#main {
  border:1px dotted #6ba65a;
  border-right:0;
  padding:5px;
  margin-left:20px;
  text-align:justify;
  min-height:450px;
}

#alphabetical {
  position:absolute;
  left:3px;
  top:185px;
  float:left;
  width:10px;
  font-family:monospace;
  font-size:14px;
  font-weight:bold;
  overflow:visible;
}

#searchingfor {
}

#foundpic {
  /* margin-top:20px; */
  text-align:right;
}

#search {
  font-family:monospace;
  font-size:12px;
  font-weight:bold;
  margin-left:20px;
}