body { background-color: white;
background-image:url("testbg.jpg");
font-family: Verdana;
text-decoration:none;
font-size: 12px;
margin:0px;
padding-bottom:0px;
padding-left:3px;
padding-right:3px;
}

.header { height:100px;
background:white;
border:1px white;
}
/*#F2E6FF light purple */

#mainbody {
color:black;
background:white;
margin-top: 18px;
margin-left: 135px;
margin-right:5px;
border:0px solid white;
	}
	
#menu { position:absolute;
top:128px;
bottom:5%;
left:3px;
width:130px;
background:#E6CCFF;
padding:0;
color:#4D0099;
border:0px solid brown;
text-align: left;
}

#topbar { position:absolute;
top:100px;
width:100%;
left:0px;
right:0px;
height:28px;
background:white;
color:#4D0099;
border:2px white;
text-align: center;
}


#footer {
	position: absolute;
	bottom: 0;
	margin-left:135px;
	color:#4D0099;
	font-size: 10px;
	background-color: #E6CCFF;
	width: 70%;
	text-align: center;
	padding: 0 15%;
	}


a:hover { font-size:12px;
}

h1 { font-size:30px}

h2 { font-size:24px}

h3 { font-size:20px}

p,h1,h2,h3 { margin: 10px 10px 10px 10px}

.heading { font-family:Lucida Calligraphy;
font-size:36px;
background-color:white;
color:purple;
font-weight:bold;
text-align: center}