body {
	font-family: Trebuchet MS, sans-serif;
	font-size: 11pt; background-color: Navy; color: Lime;
}
td {
	font-family: Trebuchet MS, sans-serif;
	font-size: 11pt; color: Lime;
}

p {
	font-family: Trebuchet MS, sans-serif;
	font-size: 11pt; color: Lime;
}
h2 {
	font-family: Trebuchet MS, sans-serif;
	color: #000000;
	font-size: 16pt;
	font-weight: bold; color: Lime;
}
h1 {
	font-family: Trebuchet MS, sans-serif;
	font-size: 18pt;
	color: #333333;
	font-weight: bold; color: Lime;
}
a:link {
	font-family: Trebuchet MS, sans-serif;
	color: White;
	text-decoration: none;
}
a:visited {
	font-family: Trebuchet MS, sans-serif;
	color: White;
	text-decoration: none;
}
a:active {
	font-family: Trebuchet MS, sans-serif;
	color: White;
	text-decoration: none;
}
a:hover      {
	font-family: Trebuchet MS, sans-serif;
	color: Yellow;
	text-decoration: none;
}
.border {
	border-style: solid;
	border-width: 2px;
	border-color: White;
}
