BODY {
	background-color: #006600;
	margin-left: 10em;
	margin-right: 10em;
	font-family: helvetica;
	font-size: small;
	color: white; 
}

A {
	text-decoration: none;
	color: #ffff00;
	font-weight: bold;
}

DIV.menu {
	text-align: center;
	background: black;
	padding: 1ex;
	border: solid thin;
	border-color: white;
}

DIV.menu A {
	color: white;
	margin: 1em;
}

DIV.footer {
	font-size: x-small;
	font-style: italic;
}

H1 {
	font-size: large;
}

H2 {
	font-size: medium;
	font-weight: bold;
	margin-bottom: 0em;
}

DIV.content {
        background-image: url("/cm.gif");
        background-repeat: repeat-y;
        background-color: transparent;
        background-position: center top;
}

