
@import url("style.css");
/* CSS Document */

a {
	font-family: Arial, Helvetica, sans-serif;
	}
	
a:link {
	color: #660099;
}
a:visited {
	color: #794dd2;
}
a:hover {
	text-decoration: none;
	color: #9933FF;
}
a:active {
	text-decoration: none;
	color: #9966FF;
}
p {
	color: #4d20a6;
	}
body {
			background-image:url(images/bgpurp.gif);
			background-repeat: no-repeat;
			background-position: center top;
			color: #4d20a6;
	}
.bg {
	background-color: #4d20a6;
	color: #ffffff;
	border-style: none;
	font-weight:bold;
	}
h1, h2, h3, h4 {
	font-weight: bold;
	color: #4d20a6;
	}
