body{
  font-size: 12px;
  font-weight: Normal;
  font-family: Arial;
  background: black;
  color: white;
  margin: 0px;
  padding: 10px;
  line-height: 1.8em;
}

a{
  color: red;
  text-decoration: none;
}
a:hover{
  color: #FF3300;
  text-decoration: underline;
}
a img{
  border: 0px;
}

.title{
  font-size:30px;
  line-height: 1em;
  text-transform: uppercase;
}

.title2{
  font-size:20px;
  line-height: 1em;
}

img.thumbs{
  border: 1px solid white;
}

.textbox{
  font-size: 12px;
  font-weight: Normal;
  font-family: Arial;
  border:1px inset white;
}
