/*
#################################################################
CSS Code written by Hugh Staples using a Dreamweaver CS5
template for use with HTML pages generated with
BreezeBrowserPro, a most excellent image management program
available at www.breezesys.com 
#################################################################
*/
a:link {
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #FF99FF;
	text-decoration: underline;
}

a:hover, a:active {
	background: #f5f5f5;
	color: #990000 !important;
	font-weight: bold;
}

body, p {
	background-color: #FA8072;
	color: #000000;
}

h1, h2 {
	background-color: #D6D6D6;
	color: #000066;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid black;
}

h3 {
	color: #f5f5f5;
}

h4 {
	color: #f5f5f5;
}

h5 {
	background-color: #000099;
	color: #f5f5f5;
}

h6 {
	background-color: #000099;
	color: #f5f5f5;
}
