body {
  font-family: Verdana, "Times New Roman", Helvetica,  Arial, Serif;
  background-color: black;
  color: white;
  margin-top: 3px;
  margin-left: 0px;
  margin-right: 0px;
	scrollbar-base-color: black; 
	scrollbar-arrow-color: white;
	 
}

a {
  text-decoration: none;
}

a:visited {
  color: #00bfff;
  font-weight: bold;
}
a:link  {
  color: white;
  font-weight: bold;
}
a:active {
  color: #f8f8f8;
  font-weight: bold;
}
a:hover {
  color: #0044FF;
  font-weight: bold;
}

.small {
  font-size: x-small;
  
}



