body {
	background-color: #E8D1ED;
	background-image: url(images/BackGround.jpg);

}
.background {
	background-color: #6A356B;
}
.background2 {
	background-color: #C791D2;
}
.background3 {
	background-color: #FFFFFF;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6A356B;
	font-weight: normal;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6A356B;
	text-decoration: underline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.line {
	background-image: url(images/Line.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.box {
	margin: 0px;
	padding: 0px;
	width: 225px;
}
li {
	text-align: left;
	text-indent: 10px;
	word-spacing: normal;
	white-space: normal;
	list-style-type: disc;
	line-height: 12px;
	font-size: 12px;
	font-style: normal;
	color: #6A356B;
}
a:link {
	color: #6A356B;
}
a:hover {
	color: #C791D2;
}
a:visited {
	color: #6A356B;
}

