body {
	font-family: Verdana, Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	color: #000000;
	background: #41443f url(images/bg.jpg);
	scrollbar-3dlight-color: #e3dfdf;
	scrollbar-arrow-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #cdcdcd;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #4b4b4b;
	scrollbar-track-color: #FFFFFF
}

/* for visited links */
a:visited {
	color: #3e3d3d; font-size: 13px; font-weight: bold; text-decoration: none; 
}

/* for unvisited links */
a:link {
	color: #3e3d3d; font-size: 13px; font-weight: bold; text-decoration: none;
}

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

/* when link is clicked */
a:active {
	color: #60d720; font-size: 13px; font-weight: bold; text-decoration: none;
}

/* normal text color */
td, p {
	color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif, Verdana; font-size: 13px; font-weight: none;
}

/* a.left - for visited links */
A.left:visited {
	color: #d1d1d0; font-size: 13px; 	font-weight: bold; text-decoration: none;
}

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

/* a.left - when mouse is over link */
A.left:hover {
	color: #0a1309; font-size: 13px; font-weight: bold; text-decoration: none; 
}

/* a.left - when link is clicked */
A.left:active {
	color: #0a1309; font-size: 13px; font-weight: bold; text-decoration: none;
}

