body {
	scrollbar-face-color: #FFD000;
	scrollbar-shadow-color: #FFA500;
	scrollbar-highlight-color: Yellow;
	scrollbar-3dlight-color: #FFD700;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: #FFEBCD;
	scrollbar-arrow-color: Maroon;
}

A:link {
	color : Blue;
	text-decoration : underline;
}
A:visited {
	color : Blue;
	text-decoration : underline;
	
}
A:active 
{
	color : #000080;
	text-decoration : none;
	background-color: #E8E8E8;
	}
A:hover {
	color: Red;
	text-decoration:none;
	background-color: #FBFB00;
	}


A.sg1 {
	color : #FF7F50;
	text-decoration : underline;
	background-color: none;
}
A.sg1:visited {
	color : #D2691E;
	text-decoration : underline;
	background-color: none;
}
A.sg1:active 
{
	color : #000080;
	text-decoration : none;
	background-color: none;
	}
A.sg1:hover {
	color: Red;
	text-decoration:none;
	background-color: none;
	}


.button {
border: #000000 1px solid;
background-color: #E8E8E8;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
cursor: hand;
}