﻿@charset "utf-8";
/* last updated 24-Apr-11 */
/* CSS for photo_gallery.htm */
/* body styles */
h5 {
	float: none;
}
h4 {
	float: none;
}
h3 {
	float: none;
}
h2 {
	float: none;
}
h1 {
	float: none;
}
h2 {
	font-size: 1.8em;
	font-weight: bold;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
}
#howtoview {
	margin: 4px 0px 8px 0px;
}
/*content Styles */
/* Link Styles */
a:hover {
	color: #800000;
	text-decoration: underline;
}
/* Image Styles */
.photo {
	clear: both;
}
.photo img {
	border: 2px solid #000000;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.photo p {
}

