#mainnav a:link {
    text-decoration: none;
	color: #1E64C8;
}

#mainnav a:visited {
    text-decoration: none;
	color: #1E64C8;
}

#mainnav a:hover {
    text-decoration: underline;
	color: #1E64C8;
}

#mainnav a:active {
    text-decoration: underline;
	color: #1E64C8;
}

#breadcrumb p {
	color: black;
	margin-left:2.5em;
}

#breadcrumb a:link {
    text-decoration: underline;
	color: black;
}

#breadcrumb a:visited {
    text-decoration: underline;
	color: black;
}

#breadcrumb a:hover {
    text-decoration: none;
	color: #1E64C8;
}

#breadcrumb a:active {
    text-decoration: none;
	color: #1E64C8;
}
#content p, h1, h2, table {
	color: #1E64C8;
	margin-left:2.5em;
}