body, h1, h2, h3, p {
	font-family: "Lucida Bright", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding: 0;
}


body {
	text-align: left;
	color: #5e0b78;
	line-height: 1.54em;
}
/* General Style Info */
a:link {
	color: #a009ce;
	text-decoration: underline;
}
a:hover, a:visited:hover{
	color: #fff;
	background: #a009ce;
}
a:visited {
	color: #a009ce;
}

a img{
	border: none;
}



h1 {
	font-size: 30px;
	color: #a009ce;
	font-weight: normal;
	margin: 20px 0 10px 0;
}

h2 {
	font-size: 17px;
	margin: 20px 0 6px 0;
}

h3 {
	font-size: 15px;
	margin: 16px 0 0 0;
}

p {
	margin: 7px 0;
}