body {
padding: 0;
margin: 0;
color: #000;
font-family:Benguiat Bk BT;
font-size: 12px;
/*background: #eee;*/
background-color: #FFFFFF;
color:#006600;
font-weight: 500;
}

html {
padding: 0;
margin: 0;
}


h1 {
padding-top:5px;
padding-bottom:5px;
font-size:28px;
font-weight:bold;
text-align:center;
}

.greenfont{
	color:#4b893c;
	font-weight: 450;
	font-size: 12px;
	background-color: #FFFFCC;

}

.darkgreenlarge{
	color:#4b893c;
	font-weight: normal;
	font-size: 30px;
	background-color: #FFFFCC;

}

.greenbigger{
	color:#00CC66;
	font-size: 20px;
	background-color: #FFFFCC;

}
.purplefont{
	color:#6600CC;
	font-weight: bold;
	font-size: 12px;
}
.pinkfont{
	color:#F00D9B;  
	font-weight: bold;
	font-size: 12px;
}
.pinkfontBig{
	background-color:#00CC66;
	color:#F00D9B; 
	font-weight: bold;
	font-size:300%;
	text-align: center;
}

.pinkfontWeak{
	color:#F00D9B; 
	font-size: 30px;
	background-color:#00CC66;
	font-family:Benguiat Bk BT; 	
	font-weight: 400;
	text-align: center;
}

.bluefont {color:#0033CC
	font-weight: bold;
}
.HorizCenter {
	text-align: center;
}
.CreamBackGround {
	background-color: #FFFFCC;
}

.menuTable {
    width: 100%;
	background-color: #FFFFCC;
 	font-size: 12px;
	text-align: center;
	font-weight: 400;
}

.menuTable td {
	border: 1px solid pink;
	width: 100%;
}

.menuTable a {
	width: 100%;
}


#experiment {
font-family:Benguiat Bk BT; 	
font-size: 12px;
position: absolute;
top: 10px; 
left: 50%;
margin-left: -390px;
padding-top: 0px;
width:780px;
height: auto;
text-align: center;
background: #FFFFCC;
border: 1px solid #ddd;
}
