﻿body {
	background-color: navy;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}
h3 {
	color: yellow;
}
h6 {
	color: silver;
}
a:link {
	background-color: white;
	color: blue;
	font-style: normal;
	font-weight: bold;
	padding: 2px;
	text-decoration: underline;
}
a:visited {
	background-color: white;
	color: blue;
	font-style: normal;
	font-weight: bold;
	padding: 2px;
	text-decoration: underline;
}
a:hover {
	background-color: blue;
	color: white;
	font-style: normal;
	font-weight: bold;
	padding: 2px;
	text-decoration: underline;
}
hr {
	height: 2px;
	background-color: yellow;
}
.headertable {
	border: thick white double;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}
.headertableth {
	color: white;
	background-color: blue;
	padding: 10px;
	font-size: xx-large;
	line-height: 120%;
}
.center {
	text-align: center;
}
.boldyellow {
	font-weight: bold;
	color: #FFFF00;
}
.bold-lime {
	font-weight: bold;
	color: #00FF00;
}
.new {
	font-weight: bold;
	color: red;
	padding: 4px;
	background-color: white;
}