body {
	font-family: Comic Sans MS, Comic Sans, Verdana, Helvetica, sans-serif, Arial;
	font-size: 15px;
	background: #FFFFFF url(bg.gif);
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #633824;
	scrollbar-face-color: #CE0C20;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #8C6452;
	scrollbar-track-color: #FBF7F6
}

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

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

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

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

/* normal text color */
td, p {
	color: #A70818; font-family: Comic Sans MS, Comic Sans, Verdana, Helvetica, Helvetica, sans-serif, Arial; font-size: 15px; font-weight: bold;
}

/* 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: #8C6452; font-size: 15px; font-weight: bold; text-decoration: none; 
}

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

/* hr color */
hr {
  border: 0;
  color: #C2053F;

}


