body {
	font-family: tahoma;
	color: darkslategray;
	/*Following background color needs to match JPEG color overlay on logo*/
	background-color: #d8f7ff;
}
.doc h3 {
	color: darkgreen;
}
.doc h3 a:link {
	text-decoration: none;
	color: blue;
}
.doc h3 a:visited {
	text-decoration: none;
	color: purple;
}
.doc h3 a:hover {
	text-decoration: underline;
	color: red;
}
h1 {
	color: red;
}
h2 {
	color: blue;
}
#pink h1 {
	color: #FF6EB4;
}
#pink p {
	color: #FF6EB4;
}
h3 {
	color: red;
}
img {
	border: none;
}
ol {
	list-style-type: upper-roman;
}
ol ol {
	list-style-type: upper-alpha;
}
ol ol ol {
	list-style-type: decimal;
}
ul {
	list-style-type: bullet;
}
ul li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
a:link {
	color: red;
	text-decoration: none;
}
a:visited {
	color: purple;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}
