body {
  padding: 10px;
  margin: 10px;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  color: #444;
}

a:hover {
  text-decoration: none;
}

a {
  color: #0000ff;
}

table {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 18px;
}

small {
  font-size: 12px;
}

.login {
  font-size: 12px;
  white-space: nowrap;
}


#prev, #fwd {
	font-weight: normal;
	text-decoration: underline;
	color: #cc0000;
	font-size: 10px;
	cursor: pointer;
}

#navblock {
	margin: 0px;
	padding: 0px;
}

.inactive {
	color: #666666 !important;
	font-size: 10px;
	text-decoration: none !important;
	cursor: text !important;
}

.menu {
  font-size: 14px;
  display: inline;
  padding: 0px 10px 0px 10px;
}

.red a {
  color: #ff0000;
}

.green a {
  color: #339900;
}

.rating {
  position: relative;
  left: 20px;
  top: 70px;
}

.category_select {
  background-image: url(/images/category_bg.gif);
  background-repeat: no-repeat;
  width: 110px;
  height: 21px;
  display: block;
  font-size: 12px;
  padding: 2px 0px 0px 0px;
  text-align: center;
  white-space: nowrap;
}

.category_link a {
  font-size: 12px;
  color: #999;
}

.small {
  font-size: 11px;
  color: #666;
  padding: 5px 0px 5px 0px;
}

.info {
  padding: 55px 0px 20px 60px;
  font-size: 14px;
}

.hits {
  vertical-align: super;
  font-size: 9px;
  color: #ff0000;
}

.pages {
  color: #666;
  white-space: nowrap;
  padding: 10px;
  font-size: 12px;
}

.page_select {
  background-image: url(/images/page_bg.gif);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 16px;
  padding: 10px;
  text-align: center;
  font-size: 12px;
}

.pages a {
  padding: 10px;
  color: #999;
}

.pages a:hover {
  background-image: url(/images/page_bg.gif);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 16px;
  padding: 10px;
  text-align: center;
}

.list td {
  padding: 10px;
}

.list_title {
  font-size: 12px;
  color: #333;
  background-color: #f4f4f4;
  text-align: center;
  font-weight: bold;
}

.copy {
  color: #999;
  font-size: 12px;
}

.copy a {
  color: #444;
}

.links, .links a {
  font-size: 11px;
  color: #999;
  padding-top: 20px;
}

