body {
	background-color: #E5FF9B;
	border: 0px;

}
h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 150%;
	color: #FFFFFF;
}
h2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 125%;
	font-style: normal;
	color: #FFFFFF;
	font-weight: lighter;

}
p {
	font-family: "Trebuchet MS", Arial;
	font-size: 90%;
	color: #333333;
}
ul {
	font-family: "Trebuchet MS", Arial;
	font-size: 90%;
	color: #333333;
	list-style-type: square;

}
.menu {
	color: #FFFFFF;
	text-decoration: none;
}
.menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
