body {	font-family: verdana, tahoma, sans-serif;
		background-color: #cccccc}

h1 /* make a white header with dark blue box around it */
	 {color: white;
	font-size: 30px; 
	font-weight: bolder; 
	text-align: center;
	background-color: #000066; 
	padding: 10px}
	
h2 /* make a slightly smaller white header with light blue box around it*/
	{color: white; 
	font-size: 20px; 
	font-weight: bolder;
	text-align: center;
	background-color: #99ccff;
	padding: 7px}
	
.text /* set atandard margins for all "text"*/
		{margin-left: 10%;
		 margin-right: 10%}

#menubar /* set menubar at top left of page*/
		{position: absolute; 
		top: 50px; 
		left: 1%; 
		right: 85%;
		font-size: 12px;
		font-weight: bold;
		padding: 10px /* to keep space between links and main body*/}

#main /* set main section in middle of page with dark blue text and white background*/
		{font-size: 13px;
		font-weight: lighter;
		color: #000066; 
		position: absolute; 
		right: 20%;
 		top: 0px; 
		left: 20%; 
		padding: 20px; 
 		background-color: white}
