a {
	color: #009bda;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong, .bold {
	font-weight: bold;
}
p {
	margin: 10px 0;
}
hr {
	border: 0;
	color: #acacac;
	background-color: #acacac;
	height: 1px;
	width: 100%;
	text-align: left;	
}
.photo_right {
	float: right;
	margin: 0 0 10px 10px;
}
.photo_left {
	float: left;
	margin: 0 10px 10px 0;
}

