body {
	background: #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : white;
	
	scrollbar-base-color: #000000;
 	scrollbar-track-color: silver;
 	scrollbar-face-color: color;
 	scrollbar-highlight-color: color;
 	scrollbar-3dlight-color: color;
 	scrollbar-darkshadow-color: #000000;
 	scrollbar-shadow-color: color;
 	scrollbar-arrow-color: #FFFFFF;
}
td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : white;
}

h1 {
	color : Maroon;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 21px;
}
h2 {
	
}
h3 {
	color : Gray;
}
h4 {
	
}
h5{
	
}
h6 {
	
}


a:link {
	text-decoration:none;
	color: Blue;
}
a:active {
	text-decoration:none;
	color: Blue;
}
A:hover {
	text-decoration:underline;
	color: Maroon;
	background-color : Silver;
}
a:visited {
	text-decoration:none;
	color: Navy;
}


.header {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-weight : bold;
}
.bold{
	font-size : 15px;
	font-weight : bold;
}
.txtsml {
	font-size : 11px;
	color : Black;
}
.txtred {
	color : Red;
}
.txtredbold {
	font-size : 15px;
	font-weight : bold;
	color : Red;
}
.txtredboldu {
	font-size : 15px;
	font-weight : bold;
	color : Red;
	text-decoration : underline;
}
.txtsoft {
	color : #696969;
	font-weight : bold;
	font-size : 15px;
	font-family : "Times New Roman", Times, serif;
}
.txtcoin {
	color : #000000;
	font-size : 20px;
	font-family : "Times New Roman", Times, serif;
	font-weight : bold;
}
