.menu {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #646494;
}
.menu a{
	color: #646494;
}
#header {
	position: absolute;
	height: 150px;
	width: 100%;
	background-color: #9999CC;
	z-index: 10;
}
#header img {
	margin: 10px 10px 10px 400px;
}
#title {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
	position: absolute;
	text-align: center;
	height: 125px;
	width: 350px;
	top: 30px;
	z-index: 20;
}
#title h1 {
	font-size: 40px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFCC;
	margin-bottom: 0px;
}
.firstletter {
	font-size: 24px;
}
body {
	background-color: #B7B7DB;
	margin: 0px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #FFFFCC;
	text-align: center;
	margin: 5px 0px;
	font-weight: bold;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
