body {
	background: white;
}
a:link { font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: blue;
text-decoration: none;
padding: 5px;
}
a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
	color: Silver;
}
a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
	color: blue;
	font-weight: bold;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
	color: blue;
}

#photo {
	width: 650px;
	background-color: #B4BDC6;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 10px
}
#photo p {
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
}
#photo img {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0;
	padding-right: 0;
	border: solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-width: 1px;
	border-left-width: 1px;
}
#photo a:link { 
color: blue;
text-decoration: none;
}
#photo a:visited {
	color: black;
}
#photo a:hover {
	color: blue;
	background: white;
	font-weight: bold;
	}
#photo a:active {
	color: blue;
}
h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: solid;
	border-bottom-width: 1px;
}
