﻿
@charset "utf-8";

/* CSS document for for all hyperlinks at bottom of pages */

a:link {
	color: #003366;
	font-weight: 700;
	margin-left: 7px;
}
a:visited {
	color: #597C94;
	margin-left: 7px;
}
a:active {
	color: #000080;
}
a:hover {
	color: #00529B;
}
.style2 {
	font-size: medium;
	color: #336699;
	font-family:Arial, Helvetica, sans-serif;
}
.style3 {
	color: #597C94;
	font-size: small;
}

