body, h2, p, ul, ol, table {
	line-height: 1;

}
body {
	background-color: white;
	background-image: url("doubleBGgreen.png");
	background-repeat:no-repeat;
	background-color:#97D9A0;
	background-position: top left;
	font-size: 12 pt;
	overflow: fixed;
}

td	{
	vertical-align: top;
	padding-right: 10px;
	}
.name {
	color: #000000;
	font-size: 22pt;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
}
img {
	border: 1px solid black;
}
a {
	color: #0033AA;
	text-decoration: none;
}
.wholepage {
	border: 2px solid black;
	width: 1000px;
	overflow: auto;
	text-align:left;
	background-color: white;
	padding-bottom: 30px;
	margin-bottom: 80px;
	margin-top: 40px;
}
.box {
	width=100%;
	margin: 30px;
}
.menubox {
	background-color: white;
	border: 0px solid black;
	margin: 0px;
	text-align: center;
	font-size: 12pt;
	color: white;
	text-decoration: none;
	letter-spacing:2px;
	line-height:2;
}

.menulink {
	font-size: 12pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
	letter-spacing:2px;
	line-height:2;
}
.thismenulink {
	font-size: 12pt;
	font-weight: bold;
	color: #FFCC00;;
	text-decoration: none;
	letter-spacing:2px;
	line-height:2;
}
.thismenulink:hover {
	font-weight: bold;
	color: #FFCC00;
}

.menulink:hover {
	font-weight: bold;
	color: #FFCC00;
}
.divider {
	background-color: #DDDDDD;
}
