body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 18px;
  margin-top: 0px;
}

a {
  color: 000000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #ff4400;
}

p {
  font-size: 11px;
}

.home {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.episode {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
}

.header {
  display: none;
}

.footer {
  display: none;
}

.detail {
  position: relative;
  width: 600px;
  padding-right: 20px;
}

.content {
  font-size: 12px;
  color: #000000;
  text-align: left;
}

.infotable {
  font-size: 11px;
  color: #000000;
}

#assassins h1 {
  display: none;
}

#assassins {
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-position: left;
	position: absolute;
	top: 10px;
	width: 335px;
	height: 82px;
	float: left;
	_background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png');
}

.score {
  text-align: center;
  font-weight: bold;
  border: 1px solid #000000;
  color: #000000;
}

.value {
  text-align: center;
  color: #000000;
  border: 1px solid #000000;
}

.adjust {
  text-align: center;
  background: #888888;
  color: #000000;
}

.text {
  border-bottom: 1px solid #000000;
}

.label {
  font-size: 9px;
}

.navmenu {
 display: none;
}

.subscribe {
  border: 1px solid #000000;
  color: #000000;
  font-size: 12px;
  padding: 5px;
  margin: 10px;
}