/* basic elements */

body { 
	font-style:normal; font-variant:normal; font-weight:normal; line-height:16pt; font-size:12pt;
	color: #323B11;
	background: #faebff
	}

a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #e34203;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #DF80FF;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #730099;
	}

/* specific divs */

#header {
	font: italic normal 24pt sans-serif;
	height: 193px;
	text-align:center; 
	vertical-align: center;
	color: #730099;
}
	
#menu { 
	padding-left:20px; padding-right:20px; padding-top:20px; padding-bottom:20px; 
	text-align:center; 
	background: #fedd66; 
	}
	
#maintext {
	padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:20px; 
	background: #d5efa9; 
	}
	
#footer {
	text-align:center;
	background: #fedd66; 
	font-style: italic; 
	}
	
