html { height: 101%; }

#wrapper {
position: relative;
color: black;
background-color: white;
width: 940px;
margin-top: 10px;
margin-right: auto;
margin-bottom: 10px;
margin-left: auto;
}
h1 {
	font-family: verdana;
	font-size: 16pt;
}
h2 {
	font-family: verdana;
	font-size: 12pt;
	text-align: center;
}
h3 {
	font-family: verdana;
	font-size: 10pt;
}
.text {
	font-family: verdana;
	font-size: 10pt;
	text-align: justify;
	width: 740px;
}
#menu {
	font-family: verdana;
	font-size: 10pt;
	text-align: left;
	width: 160px;
	margin-left: 40px;
}
