body {
	font-family: Verdana, Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	color: #F6F1F1;
	background: #B5282B url(bgbg.jpg);
	scrollbar-3dlight-color: #E6DCEC;
	scrollbar-arrow-color: #B5282B;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #FDF5F6;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #543F62;
	scrollbar-track-color: #B5282B
}

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

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

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

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

/* normal text color */
td, p {
	color: #9C171E; 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;
}


