body {
	font-family: Verdana, Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	color: #F6F1F1;
	background: #23acca url(bgbg.jpg);
	scrollbar-3dlight-color: #c4e8f0;
	scrollbar-arrow-color: #addfea;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #1b6777;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #185a69;
	scrollbar-track-color: #23acca
}

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

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

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

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

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

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

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

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

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


