a.navigationTitle:link {
  background-color: black;
  color: white;
  text-decoration: underline;
}
a.navigationTitle:visited {
  background-color: black;
  color: white;
  text-decoration: underline;
}
a.navigationTitle:hover {
  background-color: #0066FF;
  color: white;
  text-decoration: underline;
}
a.navigationTitle:active {
  background-color: black;
  color: white;
  text-decoration: underline;
}

.myHeading1 {
  font-weight: bold; 
  font-size: 22px; 
  margin-bottom: 18px;
}

.myHeading2 {
  font-weight: bold; 
  font-size: 18px; 
  margin-bottom: 10px;
}
.navigationTitle {
	padding: 0px 8px 0px 6px;
	vertical-align: bottom;
	white-space: nowrap;
	text-align: left;
	color: white;
	font-weight: bold;
	background-color: rgb(51, 0, 0);
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: .1em;
	text-indent: 4px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
}
.linkStyle {
  color: black;
  font-style: italic;
}
.MainText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #000066;
}