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

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

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

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

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

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


/* hr color */
hr {
  border: 0;
  color: #9F8FB4;

}



