BODY {
	color: Black;
	background-color: #7E47EB;
	font-family: "Gill Sans MT", sans-serif;
	text-align: left;
	background: #7E47EB;
	font-size: 110%;
}

A {
	color: Black;
}

A:HOVER {
	color: #F7F1BA;
	text-decoration:underline;
}
A:LINK{
	text-decoration: none;
}
h1 {
	background-color: #8552EA;
	border: 2px groove #0000CD;
	font-family: Papyrus, sans-serif;
	font-size: 31px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	height: 51px;
	letter-spacing: 3px;
	line-height: 48px;
	padding-left: 18px;
	padding-right: 18px;
	
	}

