html, body textarea {

  scrollbar-base-color:#000000;
  scrollbar-3d-light-color:#000000;
  scrollbar-arrow-color:#000000;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color: #808080;
  scrollbar-highlight-color:#000000;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#000000;
	}
.index {
     background-image:url(../img/backgrnd.jpg);
	 background-repeat: repeat;
	 background-position: center;
	 background-color:#666666;
}
.ind_font {
	font-family: "Calligraph421 BT";
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.standard {
	font-family:"Calligraph421 BT";
	font-weight:bold;
	color:#8B0000;
	font-size:14px;
	font-weight:bold;
}
.date {
	font-family:"Calligraph421 BT";
	font-weight:bold;
	color:#FFFFFF;
	font-size:18px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-style:italic;
}
a:visited {
	text-decoration: none;
	font-style:italic;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
