
BODY { 
  background-color: #000000;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0% 0%;
  scrollbar-base-color: #4d4d4d;
  scrollbar-arrow-color: #ffffff;
  scrollbar-face-color: #4d4d4d;
  scrollbar-track-color: #cdcdcd;

}
table tr, td {
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #4d4d4d;
	line-height: 10px;
	
}
.big {
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 135%;
	color: #ffffff;
	
}
a:link {
	color: #4d4d4d;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
