* {
	color: C0C0C0;
	font-family: Papyrus;
	font-size: 12px;
}
.td {
background: Black;
border-top: solid black 1px;
border-bottom: solid black 1px;
border-left: solid black 1px;
border-right: solid black 1px;
}
input, textarea, select {
	color: white;
	border: solid gray 1px;
	background: black;
}
a {
text-decoration: none;
text-transform: none;
color: white;
}
a:hover {
text-decoration: none;
text-transform: none;
color: red;
}
body  {
background-color:#333333;
	width: 100%;
	background-position-x:center; background-position-y:50%
}
body, iframe, select, textarea {
scrollbar-face-color: CC6600;
scrollbar-highlight-color: gray; 
scrollbar-shadow-color: gray; 
scrollbar-3dlight-color:CC6600 ; 
scrollbar-arrow-color: FF9900;
scrollbar-track-color:CC6600; 
scrollbar-darkshadow-color:CC6600 ; 
scrollbar-base-color: CC6600;
}


