﻿p {
	font-family: amienne, candara, boopee, comic sans ms;
	font-size: 24px;
	text-align: left;
	font-weight: 500;
}
div {
	font-family: candara, boopee, comic sans ms;
	font-size: 18px;
	text-align: left;
}
#wrapper {
	text-align: center;
}
#content {
	margin: auto;
	width: 800px;
	border: 5px #fff solid;
	padding: 10px;
	background-color: #FFD1BB;
}
#menu {
	float: right;
	text-align: center;
}
#title {
	color: #800000;
	font-size: 30px;
	font-weight: bold;
}
a:link {
	color: #800000;
	font-weight: 500;
}
a:visited {
	color: #AE0000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #E3BEF3;
}
