body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #FFD7FF;
	color: #670167;
	font-size: 90%;
}

p {
	font-size: 90%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}

ul li {
	font-size: 90%;
}

#header {
	height: 100px;
	background-color: #660066;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #39355A;
}

#content {
	padding-top: 0px;
	margin-top: 20px;
	width: 75%;
	left: 150px;
	position: absolute;
}

h1 {
	font-size: 120%;
	color: #3B365F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3B365F;
	margin-left: 5px;
}

h2 {
	font-size: 100%;
	margin-left: 10px;

}

a:link {
	color: #660264;
	text-decoration: none;
}

a:hover {
	color: #363052;
	text-decoration: underline;
}

a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #660066;
	text-decoration: none;
}
.box {
	background-color: #FFEAFF;
	border: 1px solid #3B365F;
	left: 15px;
}
