html {
}

body {
  padding: 0px;
  margin: 0px;
  background-color: #F5F5DC;
}

#main {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -120px;
  width: 240px;
}

a {
  text-decoration: none;
  color: #006699;
}

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

p {
  margin: 0px;
}

img {
  border: 0px;
}

.page {
  font-family: 'Trebuchet MS', Trebuchet, Tahoma, Arial, Sans-Serif;
  font-size: 16px;
	font-weight: bold;
  color: #6B8E23;
  background: url(../design/front_bg_t.png) repeat-x left bottom;
}

.player {
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  line-height: 16px;
  padding-top: 10px;
}

.date {
  font-family: Arial, Sans-Serif;
  font-size: 13px;
  line-height: 16px;
  color: #808080;
  padding-top: 10px;
}

.title {
  font-family: Arial, Sans-Serif;
  font-size: 13px;
  line-height: 16px;
  padding-top: 5px;
}

