A:link {
	font-family: Times; font-size: 22pt;
	text-decoration: none;
	color: yellow;
}
A:visited {
	font-family: Times; font-size: 22pt;
  text-decoration: none;
  color: yellow;
}
A:hover {
  font-family: Times; font-size: 22pt; font-weight: bold;
  text-decoration: underline;
  color: yellow;
}
H1 {
  font-family: Times; font-size: 40pt; font-weight: bold; font-style: italic;
  text-align: center; color: red;
}
H1.Mission {
  font-family: Times; font-size: 32pt; font-weight: bold; font-style: italic;
  color: yellow;
}
H2.Date {
  font-family: Times; font-size: 24; font-style: italic; font-weight: normal;
  color: white; text-align: left;
}
TD {
  vertical-align: top;
}

