body
{
  font-family: "Tahoma", Times, serif;
  font-size: small;
}

a:link	  { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover	  { text-decoration: underline; }
a:active  { text-decoration: none; }
.hyperlink-style
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
}

<!-- Style used for the Text Preceeding each Section -->
.page-titles-style
{
  font-size: 18px;
  font-weight: bold;
  color: #4E2029;
}

.page-subtitles-style
{
  font-size: 15px;
  font-weight: bold;
  color: #4E2029;
}

<!-- Main Background Colors -->
.primary-color { background: #003366; }
.secondary-color { background: #003366; }
.tertiary-color { background: #4E2029; }

.footer-style
{
  font-size: 11px;
  color: gray;
} 

.formerly-tag
{
	color: red;
}