 .on	{ 
       font-size: 14px; 
		text-decoration: underline;
		color: #5DC255;      
		}

 .off	{ 
		font-size: 14px; 
		text-decoration: none;
		color: #005AA4;
		}
.in		{ 
       font-size: 10px; 
		text-decoration: underline;
		color: #5DC255;      
		}

 .out	{ 
		font-size: 10px; 
		text-decoration: none;
		color: #005AA4;
		}

body  {
	scrollbar-face-color : #5DC255;
	scrollbar-track-color : #005AA4;
	scrollbar-arrow-color : #35842F;
	scrollbar-shadow-color : #35842F;
	scrollbar-dark-shadow-color : #35842F;
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-highlight-color : #35842F;
}

