/*
#################################################################
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: #00CCFF;
	font-weight: bold;
	text-decoration: underline;
}

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

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

body, p {
	background-color: #000099;
	color: #f5f5f5;
}

h1, h2 {
	background-color: #FFFFFF;
	color: #000099;
	padding-left: 10px;
	padding-right: 10px;
}

h3 {
	color: #f5f5f5;
}

h4 {
	color: #f5f5f5;
}

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

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