body {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 15px;
	background: #000000 url(bgstar.jpg);
	scrollbar-3dlight-color: #CA7AAB;
	scrollbar-arrow-color: #ECB1D5;
	scrollbar-darkshadow-color: #5C123F;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #ECC3DC;
	scrollbar-shadow-color: #712252;
	scrollbar-track-color: #000000
}

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

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

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

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

/* normal text color */
td, p {
	color: #EBA0C7; font-family: Arial, Helvetica, sans-serif, Verdana; font-size: 15px;
}

/* a.light - for visited links */
A.light:visited {
	color: #DDAEBE; font-size: 15px; 	font-weight: bold; text-decoration: none;
}

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

/* a.light - when mouse is over link */
A.light:hover {
	color: #932C6B; font-size: 15px; font-weight: bold; text-decoration: none; 
}

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

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

}


