<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>  <head>    <title></title>  </head>  <body>
menu {
	padding: 0.5em;
	margin-bottom: 0.5em;
}
.menu a {
	display: block;
}
.contentText {
	margin-top: 0.5em;
	margin-left: 9em;
	padding: 1em;
	margin-right: 1em;
}
.menu_bas {
	margin-left: 9em;
	margin-top: 0.5em;
	padding: 0em;
}
.text {
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	border: no;
	width: 550px;
}
.centered_text {
	position:    inherit;
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	border: no;
	text-align:    center;
}
  </body>
  </html>

