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

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

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

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

h1, h2 {
	background-color: #FFCC00;
	color: #000099;
}

h3 {
	color: #f5f5f5;
}


h4 {
	color: #f5f5f5;
}

h5 {
	color: #f5f5f5;
}

h6 {
	color: #f5f5f5;
}