body {
	background: White;
	background-color: White;
}


h1 {
	background-color: #8A7DD7;
	font-weight: 800;
	font-size: x-large;
	border: medium outset Aqua;
	font: Papyrus;
}

h2
{
	color: #8A7DD7;
	margin-left: 10%;
	font-family: Papyrus;
	
}

h3 {
	color: #8A7DD7;
	margin-left: 10%;
	font-family: Papyrus;}
	
	h4{color: White;
	margin-left: 10%;
	font-family: Papyrus;
		
	}
	
}
p{
	color: #483D8B;
	margin-left: 10%;
	margin-right: 12%;
	font-size: x-small;
	font-family: sans-serif;
}

a:link {
	COLOR: #6A5ACD;
	font: normal small;
}
a:visited {
	COLOR: #6A5ACD;
	font: normal;
}
a:active {
	COLOR: #7B68EE;
}
a:hover {
	COLOR: #00DEE1;
}