a, body, div, h1, head, html, img, li, p, table, tbody, td, th, thead, tr, ul {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}
html {
  color: #333333;
  font-family: Arial;
  font-size: 14px;
}
a {
  color: #006699;
}
a:visited {
  color: #006699;
}
h1 {
  font-size: 30px;
  margin-bottom: 25px;
}
p {
  margin-bottom: 10px;
}

.site {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.adsfront {
  background-color: #FF9;
  font-size: 125%;
  font-weight: bold;
  margin: 25px auto 0px;
  padding: 5px;
  text-align: center;
  width: 840px;
}
.adsfront2 {
  margin: 50px auto 0px;
  text-align: center;
  width: 840px;
}
.adsfront2 img{
	border: 1px solid #06C;
	width: 640px;
}

.adsfront3 {
  background-color: #FF9;
  font-weight: bold;
  margin: 50px auto 0px;
  padding: 5px;
  text-align: center;
  width: 600px;
}

.welcome {
  font-size: 150%; 
  font-weight: bold; 
  margin-top: 20px; 
  text-align: center;
}

.logo, .top {
  text-align: center;
}
.top .numresults {
  margin-top: 8px;
}
.top .searchbutton {
  margin-top: 8px;
}
.top .size {
  margin-top: 8px;
}
.top .sort {
  margin-top: 8px;
}

.results {
  margin: 50px 20px 0px;
}
.results .ads {
  background-color: #FF9;
  font-size: 125%;
  font-weight: bold;
  padding: 8px;
}
.results table {
  text-align: center;
  width: 100%;
}
.results table tr td {
  border-bottom: 1px solid #CCC;
  padding: 5px;
  white-space: nowrap;
}
.results table tr td.subject {
  text-align: left;
  white-space: normal;
}
.results table tr th {
  border-bottom: 1px solid #666;
  color: #006699;
  padding: 0px;
}
.viewtop {
  border: 2px solid #FF0;
  background-color: #FFC;
  margin: 25px auto 0;
  padding: 8px;
  width: 600px;
}
.viewtop table tr td {
  font-weight: bold;
  padding: 2px;
  text-align: left;
}
.viewtop table tr th {
  font-weight: normal;
  padding: 2px;
  text-align: right;
}

.pagination {
  margin-top: 35px;
  font-size: 120%;
  text-align: center;
}

.footer {
  margin-top: 60px;
  text-align: center;
}

.contact, .disclaimer {
  margin: 20px auto 0px;
  width: 600px;
}

.poll {
  background-color: #FFB;
  border: 1px solid #CCC;
  margin: 50px auto 0px;
  padding: 5px;
  width: 300px;
}

.poll table tr td {
  padding: 2px 6px;
}

.poll ul {
  list-style-type: none;
  margin-top: 8px;
}
.poll ul li {
  padding: 0px;
}
