/* content */

h1 {
  font-size: 30px;
  padding: 0;
}

h1#rank {
  color: #2e00b4;
  background-color: #6574ff;
  text-align: center;
  width: 70px;
  height: 36px;
}

h1.blue {
  color: #6574ff;
}

#toplist-bg {
  background: url(../images/dotted-line.gif) bottom no-repeat;
  width: 760px;
  height: 45px;
  margin: 0 auto;
}

p {
  font-size: 18px;
  font-family: Tahoma. sans-serif;
}

p.number {
  font-size: 36px;
  font-family: Tahoma, sans-serif;
}

p.blue {
  color: #9bb5ff;
}

/* highlight */

.highlight img {
	border: 5px solid #ffffff;
	margin-top: 2px;
	margin-bottom: 2px;
}

.highlight:hover img {
	border: 5px solid #9bb5ff;
	margin-top: 2px;
	margin-bottom: 2px;
}

.highlight:hover {
	color: #9bb5ff;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* end of highlight */

/* /content */

