  <style type="text/css">
			<!--
				table.main {
					margin-top: 30px;
					width: 85%;
				}
				table.menu {
					border: 1px solid black;
					border-left-style: none;
					border-top-style: none;
				}
				.content {
					border: 1px solid black;
					background-color: white;
					padding: 15px;
					padding-top: 0px;
				}

				.contact {
					border: 1px solid black;
					font-size: 80%;

					padding-left: 15px;
					padding-right: 15px;
					padding-bottom: 0px;
					padding-top: 0px;
				}

				.copyleft {
					color: #AAAAAA;
					font-size: 70%;
					text-align: center;
				}


				a {
					text-decoration: underline;
					color: black;
					/*border: 1px solid black;
					border-left-style: none;
					border-right-style: none;
					padding: 2px;*/
				}

				a:hover {
					text-decoration: none;
				}

				table.menu a {
					text-decoration: none;
				}

				table.menu a:hover {
					text-decoration: underline;
				}
				h1,h2,h3,h4,h5,h6 {
					padding-left: 10px;
					padding-bottom: 0px;
					color: #444444;
					border-bottom: 1px solid gray;
				}

				body {
					background-color: #BEE89C;
				}
			-->
		</style>
