body {
  scrollbar-face-color: #212121;
	scrollbar-highlight-color: #404040;
	scrollbar-shadow-color: #222222;
	scrollbar-3dlight-color: #616161;
	scrollbar-arrow-color:  red;
	scrollbar-track-color: #000033;
	scrollbar-darkshadow-color: #222222;
	background-color: #000000;
    color: silver;
    width: auto;
    height: auto;
	}
	
	a:hover{
color:red; 
text-decoration: underline overline;
font-weight:italics;
}

a{
text-decoration:none;
color: silver;
}

.button {
  color: silver; 
  text-decoration: none;
  border-right: 1px solid silver;
 	font-size:0.7em;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: silver;
  background: none;
  padding: 0px, 4px; 
}
.button:hover {
    padding: 0px, 4px; 
    border-right: 1px solid silver;
    background-color: #832323;
}