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

a:visited {
	color: #FF0066; /* light Magenta */
	text-decoration: underline;
}

a:hover, a:active {
	background: #004401;
	color: #f5f5f5;
	font-weight: bold;
}
body {
	background-color: #99CCFF;
}
body, p {
	color: #113333;
}
p {
	background-color: transparent;
}

h1, h2 {
	background-color: transparent; /* Crimson */
	color: #006666;
}

h2 {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 0.95em;
	font-style: normal;
	font-weight: normal;
}

h3 {
	color: #006666; /* WhiteSmoke */
}


h4 {
	color: #006666; /* WhiteSmoke */
}

h5 {
	color: #f5f5f5; /* WhiteSmoke */
}

h6 {
	color: #f5f5f5; /* WhiteSmoke */
}
