* {
	font-family: sans-serif;
}
h1 {
	color: white;
	font-size: 1.5em;
	background: #00A000;
	padding: 0.1em 0.25em 0.1em 0.25em;
	border-bottom: black solid 3px;
}
h2 {
	font-size: 1.25em;
	border-bottom: solid green 2px;
}
h3 {
	margin-bottom: 0.1em;
}
p {
	margin-right: 0.5em;
	text-align: justify;
}
a {
	color: maroon;
	text-decoration: none;
}
a:hover {
	color: green;
}
a:active {
	color: lime;
}
.submenu {
	border-style: solid;
	border-color: maroon;
	border-width: 1px;
}
.menutitle {
	background: maroon;
	color: white;
}
.menutitle h3 {
	font-size: 1em;
}
#copy {
	font-size: 0.6em;
	color: gray;
	text-align: justify;
}
th {
	text-align: left;
}
