body 	{ background-color: #FFFFFF }

P 	{ color: #87556E }
H1,H2,H3{ color: #FF5588 }

.test 	{ color: #FF5588 }
.test2 	{ color: #FF99CC } 

.menuItem { 
	font-family: Arial; 
	font-size: 14px; 
	font-weight: bold; 
	color: #000000; 
	padding: 2px 0px 2px 50px; 
	border: 1px solid #FF99CC; 
        text-decoration: none;
	background: #FFEFF7
	}
.menuItem a:link 	{ font-family: Arial; font-size: 14px; font-weight: bold; color: #000000; text-decoration: none }
.menuItem a:visited 	{ font-family: Arial; font-size: 14px; font-weight: bold; color: #000000; text-decoration: none	}
.menuItem a:hover 	{ font-family: Arial; font-size: 14px; font-weight: bold; color: #000000; text-decoration: none; background: #FFCFE7;}

.menuItemOver { 
	font-family: Arial; 
	font-size: 14px; 
	font-weight: bold; 
	background: #FFCFE7; 
	color: #000000; 	
	padding: 2px 0px 2px 50px; 
	border: 1px solid #FF99CC; 
	text-decoration: none
	 }
.menuItemOver a:link 	{ font-family: Arial; font-size: 14px; font-weight: bold; background: #FFCFE7; color: #000000; text-decoration: none }
.menuItemOver a:visited	{ font-family: Arial; font-size: 14px; font-weight: bold; background: #FFCFE7; color: #000000; text-decoration: none }
.menuItemOver a:hover 	{ font-family: Arial; font-size: 14px; font-weight: bold; background: #FFCFE7; color: #000000; text-decoration: none }





