BODY
{  
	font-family: Verdana, Arial, ;
/*	color: #444444; */
  SCROLLBAR-FACE-COLOR: #F5F9FC; 
  SCROLLBAR-HIGHLIGHT-COLOR: #DADADA; 
  SCROLLBAR-SHADOW-COLOR: #818181;
  SCROLLBAR-3DLIGHT-COLOR: #000000; 
  SCROLLBAR-ARROW-COLOR: #678AB0; 
  SCROLLBAR-TRACK-COLOR: #8DACCB; 
  /* SCROLLBAR-TRACK-COLOR: #8499AE; */
  SCROLLBAR-DARKSHADOW-COLOR: #3F3F3F; 
  SCROLLBAR-BASE-COLOR: #607D8F;
}

a {
	text-decoration: none;
	color: #5991CC;
}
a:hover {
	text-decoration: underline;
	/*color: #CF8243;*/
	color: #E6EDF6;
}

a.white {
	text-decoration: none;
	color: #FFD700;
}
a.white:hover {
	text-decoration: underline;
	color: #B9CCE7;
}
font {
	font: 12px Verdana;
	font-weight: none;
	color: #404040;
}

font.small {
	/*font: 10px Verdana;*/
	font: 10px verdana;
	font-weight: none;
	color: #505050;
}

font.white {
	font: 10px Verdana;
	font-weight: none;
	color: White;
}

font.h1 {
	font: 22px Verdana, Helvetica;
	font-weight: bold;
	color: #5A92CD;
}

font.h2 {
	font: 22px Verdana, Helvetica;
	font-weight: bold;
	color: #FFE239;
}

font.h3 {
	font: 18px Verdana, Helvetica;
	font-weight: bold;
	color: #FFE239;
}

font.h4 {
	font: 14px Arial, Helvetica;
	font-weight: bolder;
	color: #5A92CD;
}

font.highscores {
	font: 14px Arial;
	font-weight: bolder;
	/*color: #406182;*/
	color: #C77367;
}


font.date {
	/* margin-bottom: -10px; */
	font: 10px Arial;
	font-weight: bolder;
	color: gray;
	/* #7D95A6 */
}

font.login{
	/* margin-bottom: -10px; */
	font: 10px Verdana;
	font-weight: bolder;
	color: #E2E2E2;
	/* #7D95A6 */
}

/* Form elements */
input,textarea, select, option {
	color : #E0E0E3;
	background-color : #8c939d;
	/* border-color : #16436C; */
	border: #464C53 1px solid;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	 font-weight : bold; 
	
}

/* name the class input for the input button */
input.login {
	color : #DEE2E5;
	background-color : #606770;
	/* border-color : #C0C1BC; */
	border: #43474E 1px solid;
	font: normal 12px Arial, Helvetica, sans-serif;
	font-weight : bold;	
}
