/*
blue=#003366 green=#006666
*/

body { background-color: white; color: black; font-family: Arial, sans-serif; }

p {
	font-family: Arial, sans-serif;
	font-size: 86%;
}

ul {
	font-family: Arial, sans-serif;
	font-size: 86%;
}
menu, select, input {
	font-family: Arial, sans-serif;
	font-size: 86%;
}

strong { font-weight: bold; }

h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #006666;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #006666;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #006666;
	font-family: Arial, Helvetica, sans-serif;
}

hr { color: #006666; }

a:link { color: #006666;  background-color: transparent;  text-decoration: underline; }

a:visited { color: #006666; background-color: transparent; text-decoration: underline; }

a:active { color: #006666; background-color: transparent; text-decoration: underline; }

a:hover { color: #006666; background-color: #FFFF66; text-decoration: underline; }

.colorcell {background-color: #99cccc;}

