@charset "utf-8";
body {
	background-color: #d1c3d1;
	text-align: center;
}
.content {
	background-color: #FFFFFF;
	text-align: center;
	position: relative;
	height: 700px;
	width: 918px;
	border: 3px solid #5c075c;
}
.nav {
	background-color: #e597e5;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #5C075C;
	border-right-color: #5C075C;
	border-bottom-color: #5C075C;
	border-left-color: #5C075C;
	position: relative;
	height: 30px;
	width: 918px;
	top: auto;
	text-align: center;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bolder;
}
.written {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #360437;
	background-color: #FFFFFF;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	height: 430px;
	width: 800px;
	padding-left: 100px;
	padding-top: 30px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #E597E5;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5C075C;
	border-right-color: #5C075C;
	border-bottom-color: #5C075C;
	border-left-color: #5C075C;
	height: 30px;
	width: 918px;
	padding-top: 10px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #5C075C;
}
a:active {
	color: #4D4C52;
}
a:link.internal {
	color: #CF3FCF;
	text-decoration: none;
	}
a:visited.internal {
	color: #CF3FCF;
	text-decoration: none;
}
a:hover.internal {
	color: #FE6C07;
}
a:active.internal {
	color: #4D4C52;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #5C075C;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5C075C;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #5C075C;
}
