body {
	background-color: #ccff00;
	color: black;
	font-family: tahoma;
	text-align: center;
	}

a {text-decoration:none;
   font-weight:bold;
   color:teal;
}


a:visited {text-decoration:none;
   font-weight:bold;
   color:darkseagreen;
}
a:hover {text-decoration:underline;
   font-weight:bold;
   color:darkgoldenrod;
}


a:active {text-decoration:underline;
   font-weight:bold;
   color:goldenrod;
}



   
a.menuchoice {color:black; }


a.menuchoice:hover {color:darkgoldenrod; }



img.photo {
	float:left;
	margin-top:4px;
	margin-right:13px;
	margin-bottom:10px;
	}

a img   {border: none}

p {color: black;}



p.menuchoice {color: black; }



.indented
   {
   padding-left: 30pt;
   text-indent: -30px;
   }