body {
	color: #000000;
	background-color: #FFFFFF;
}
a:hover {
	background-color: #FFE6D0;
	font-style: oblique;
}
div.title {
	background-color: #FFE9D0;
	border: 5px groove #BA3130;
	font-size: 25pt;
	text-align: center;
}
ul li {
	list-style-type : none;
	background-color: white;
	border : 2px ridge #BA3532;
	margin: 3px;
	padding: 3px;
}
ol li {
	list-style-type: none;
	list-stily-position: outside;
	border: none;
	margin: 8px;
	padding: 3px;
}
p.center {
	text-align: center;
}
p.menu {
	text-align: center;
	border-top: groove 3px #BA3532;
	border-bottom: groove 3px #BA3532;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bigger {
	font-size: 150%;
	font-weight: bold;
}