a:link
{
	color: rgb(253,255,51); 
	text-decoration: none;
}
a:visited
{
	color: rgb(253,255,51);
	text-decoration: none; 
} 
a:active 
{
	color: rgb(207,0,159);
}
a:hover {
    text-decoration: none;
    color: rgb(192,192,192);
}    
table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}
body
{
	font-family: Times New Roman, Arial, Helvetica;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	font-size: 12pt;
}

h1
{
	font-family: Times New Roman, Arial, Times;
	color: rgb(255,255,255);
	font-size: 24pt;
}
h2
{
	font-family: Times New Roman, Times;
	color: rgb(255,255,255);
	font-size: 18pt; 
}
h3
{
	font-family: Times New Roman, Times;
	color: rgb(255,255,255); 
	font-size: 14pt;
}
h4
{
	font-family: Times New Roman, Times;
	color: rgb(207,255,0);
	font-size: 24pt;
}
h5
{
	font-family: Times New Roman, Times;
	color: rgb(207,255,0);
	font-size: 18pt;
}
h6
{
	font-family: Times New Roman, Times;
	color: rgb(207,255,0);
	font-size: 14pt;
}

body {
scrollbar-base-color: #000000;
scrollbar-face-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-darkshadow-color:#000000;
scrollbar-track-color:#000000;
scrollbar-arrow-color:#000000;
}

.btnmain {
	font-weight: bold;
	background-color: gray;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 0px 0px;
	font-size: 0.8em;
}

.titleName {
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='black', endColorStr='darkgray', gradientType='0');
    color:gold;
}

input, textarea {
background-color:darkgray;
border:darkgray 2px;
border-style: inset;
}

.inputText {
padding-left:18px;
background: darkgray url('../q.png') no-repeat 3% 50%;
}
