/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
  background: url(../img/bg.gif);
  font: normal 18px Tahoma, Helvetica, sans-serif;
  color: #ffffff;
}

a:link {
	color: #eeda00;
	text-decoration: underline;
}

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

a:hover {
	color: #ed3e3e;
	text-decoration: none;
}

a:active {
	color: #ff0000;
	text-decoration: underline;
}

.red {
  color: #ed3e3e;
}

.yellow {
  color: #eeda00;
}

#header {
  width: 950px;
  margin: 0 auto;
}

.title-box {
  width: 950px;
  margin: 10px auto 10px auto;
}

h1.title {
  font-size: 30px;
  font-weight: normal;
  color: #eeda00;
}

.bookmark {
  font-size: 12px;
  margin: 0 20px 0 0;
}

.thumbs {
  width: 950px;
  margin: 0 auto;
}

.thumbs img {
  margin: 2px;
}

.thumbs a:link img {
  border: 1px solid #360303;
}

.thumbs a:visited img {
  border: 1px solid #eeda00;
}

.thumbs a:hover img {
  border: 1px solid #ed3e3e;
}

.black-box {
  width: 922px;
  background: #000000;
  border: 1px solid #360303;
  margin: 0 auto;
  padding: 10px;
}

.description {
  font-size: 10px;
  margin: 5px 0 5px 0;
  width: 190px;
}
