body {
	font-family: Arial, Verdana, Helvetica, sans-serif, Arial;
	font-size: 15px;
	background: #000000 url(crystalbg.gf);
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #633824;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #8C6452;
	scrollbar-track-color: #000000
}

/* for visited links */
a:visited {
	color: #03B4D4; font-size: 14px; font-weight: bold; text-decoration: none; 
}

/* for unvisited links */
a:link {
	color: #03B4D4; font-size: 14px; font-weight: bold; text-decoration: none;
}

/* when mouse is over link */
a:hover {
	color: #2BBC13; font-size: 14px; font-weight: bold; text-decoration: none; 
}

/* when link is clicked */
a:active {
	color: #2BBC13; font-size: 14px; font-weight: bold; text-decoration: none;
}

/* normal text color */
td, p {
	color: #034E94; font-family: Arial, Verdana, Helvetica, Helvetica, sans-serif, Arial; font-size: 14px; font-weight: bld;
}

/* a.light - for visited links */
A.light:visited {
	color: #C39E8C; font-size: 15px; 	font-weight: bold; text-decoration: none;
}

/* a.light - for unvisited links */
A.light:link {
	color: #C39E8C; font-size: 15px; 	font-weight: bold; text-decoration: none;
}

/* a.light - when mouse is over link */
A.light:hover {
	color: #2BBC13; font-size: 15px; font-weight: bold; text-decoration: none; 
}

/* a.light - when link is clicked */
A.light:active {
	color: #2BBC13; font-size: 15px; font-weight: bold; text-decoration: none;
}




