body {
  background:url("images/background.jpg");
  color:#ecc0a9;
  background-attachment:fixed;
  background-repeat:no-repeat;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  padding:10px;
  text-align:justify;
 scrollbar-arrow-color: #000000;
scrollbar-face-color: #a04c30;
scrollbar-highlight-color: #af634a;
scrollbar-3dlight-color: #af634a;
scrollbar-shadow-color: #a04c30;
scrollbar-darkshadow-color: #a04c30;
scrollbar-track-color: #6a180a;
}

.title {
  color:#c99377;
  font-size:12px;
  text-transform:uppercase;
  font-weight:bold;
}

a {
  color:#ecc0a9;
  text-decoration:underline;
}

a:hover {
  text-decoration:none;
}

.newstitle {
  color:#c99377;
  font-size:11px;
  font-weight:bold;
}

.release {
  font-size:10px;
}

.content {
  font-size:10px;
}


.ib {
  border:2px solid #000000;
  margin:5px;
}

hr {
	margin-top:15px;
	margin-bottom:-5px;
	height: 0;
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color:#8e3a1e;
}

.thumbborder {
border:1px solid #8e3a1e;
}

.noborder {
border:0;
}