	
body	{ 
	font : 12pt "Comic Sans MS" ; 
	color : #446600 ;
	background : #ccaa66 ;
	text-align : left
}

h1	{ 
	color : gold ; 
	font-size : 250% ; 
	text-align: center ;
}
h2	{ 
	color : #009900 ; 
	font-size : 175% ; 
	text-align: center ;
}
h2.MainSection { 
	font-size : 200% ; 
	text-decoration: underline 
}
h3	{ 
	color : gold ; 
	font-size : 125% ; 
	font-weight: bold ; 
	text-align: center 
}


a	{ 
	color: #ee0000 ; text-decoration: none ; 
}
a:visited	{ 
	color: #990099 ; text-decoration: none ; 
}
a:hover	{ 
	text-decoration: underline ; 
}


div.contents	{
	text-align: center ;
	color: #009900 ; 
}
a.contents	{ 
	color: #009900 ; text-decoration: none ; 
}
a.contents:visited	{ 
	color: #009900 ; text-decoration: none ; 
}
a.contents:hover	{ 
	text-decoration: underline ; 
}



div.MenuHeader	{
	font : 0px/0px Arial ;
	background : #white ;
	border: 1px solid black ;
	padding: 2px ;
}
a.MenuHeader	{ 
	font : 12pt "Comic Sans MS" ; 
	color : #ee0000 ;
}

div.MenuItem	{ 
	background : #white ;
	border: 1px solid black ;
	padding: 2px ;
	
}
a.MenuItem	{ 
	font : 11pt "Comic Sans MS" ; 
	color : #ee0000 ;
}

