body {
	background-color: #f0e9f2;
}
#title {
	background-image: url(../images/title_purple.gif);
}
#navTop {
	background-image: url(../images/navtop_purple.gif);
}
#navEnd {
	background-image: url(../images/navend_purple.gif);
}
#contentText  ul li {
	background-image: url(../images/bullet1.gif);
}
#contentText  ul ul li {
	background-image: url(../images/bullet2.gif);
}
h1, h2, h3 {
	color: #682c7c;
}
#contentText  a, #content a:visited {
	color: #791f98;
}
#contentText  a:hover {
	color: #b395bd;
}
#footer {
	background-image: url(../images/foot_purple.gif);
}
#footer a:hover {
	color: #a22f7f;
}
hr {
	color: #682c7c;
	background-color: #682c7c;	
}