.main {
	height: 100%; 	
}

.mainContent {
	height: 100%; 
	padding-left: 20px;	
}

.mainContent a {
	text-decoration: none;
	color: #004f00;
	font-weight: bold;
}

.mainContent a:hover {
	color: red;
}

td {
	font: 75% Arial;
} 

h1 {
	font: 195% Arial;
}

.image {
	border: solid black 1px;
}

.menu {
	height: 100%;
	width: 100%;
}


.menuLink {
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: black;
	background-color: #cccccc;
	padding: 3px;
}

.menuLink:hover {
	text-decoration: none;
	color: white;
	background-color: #004f00;
	
}





.menuFooter {
	height: 100%;
	background-color: #cccccc;
}