@charset "utf-8";
body {
	background-color: #005500;
	margin-top: 10px;
}
body,td,th {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #DEBE9E;
}
.title {
	font-size: 2em;
	line-height: 1.5em;
	font-weight: bold;
	font-variant: small-caps;
	color: #DEBE9E;
	text-decoration: none;
}
a:link, a:visited {
	color: #CC6600;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #DEBE9E;
	text-decoration: none;
	font-weight: bold;
}
a:active    {
	font-size: 0.9em;
	color: #CC9900;
	text-decoration: none;
	font-weight: bold;
}
.subtitle {
	font-size: 0.9em;
	font-weight: bold;
	color: #DEBE9E;
}
