
body {
	background-color: White;
}


#photo {
	float: left;
	border: 1px solid Black;
}

a.nav1:link {
	color: Green;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}
		
a.nav1:visited	{
	color: Green;

	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}

a.nav1:hover {
	color: Green;

	text-align: center;
	text-decoration: none;
	border-bottom:1px dashed;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}

