@charset "UTF-8";
body  {
	background-color: #8A07C4;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 2.25%,rgba(138,7,196,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 2.25%,rgba(138,7,196,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 2.25%,rgba(138,7,196,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 2.25%,rgba(138,7,196,1.00) 100%);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
header h1 {
	color: #8A07C4;
}
main h1 {
	color: #8A07C4;
}
main p {
	color: #8A07C4;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
.topnav ul {
	text-align: center;
	list-style-type: none;
}
.topnav ul li {
	display: inline-block;
	margin-left: 60px;
	margin-right: 60px;
	padding-left: 10px;
	padding-right: 10px;
}
footer {
	margin-top: 60px;
	border-top: 2px solid #000000;
}
.tree {
	margin-left: 330px;
}
