@charset "utf-8";
/* CSS Document */

/* ------------ history specific content ------------ */

.history-content {
	font-family: Calibri;
	font-size: 12pt;
	color: #fff;				/* White text */
	background-color:#002060;	/* Blue Background*/
	text-align: left;
	min-height:100px;
	padding-left:25px;
	padding-right:25px;
}
.history-content table a {
	color:#C0C0C0; /* Light Grey Text */

}

.history-content table img {
	float:right;
	padding-right: 30px;
	padding-left: 30px;
}

.history-content table h3 {
	color:#F00;
	font-size:18px;
	padding-left: 20px;
}

.history-content table i {
	color:#FFF;
	font-size:24px;
	font: italic;
	padding-left: 20px;
}

.navigation a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  color:#FFF;
}

.navigation a:hover {
  background-color: #808080;	/* Light Grey Background */
  color: black;
}

.navigation .previous {
  background-color: #0070C0;	/* Light Blue Background */
  color: black;
}

.navigation .next {
  background-color: #0070C0;	/* Light Blue Background */
  color: black;
}

.navigation .round {
  border-radius: 50%;
}