body {
	margin: 0px;
	background-color: #080808;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

a.menu { text-decoration: none; color: #000000; font-size:11px }
a.menu:hover { text-decoration: underline; color: #ffffff; font-size:11px }
a { text-decoration: underline; color: #C7C29D }
a:hover { text-decoration: underline; color: #C7C29D }

.h1 {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.t1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E2E2E2;
	font-weight: bold;
	text-align: justify;
}
.t2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E2E2E2;
	font-weight: bold;
	text-align: left;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E2E2E2;
	font-style: italic;
	text-align: left;
}
.links {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: LightGrey;
}
.links a { text-decoration: none; color: Grey }
.links a:visited { text-decoration: none; color: Grey }
.links a:hover { text-decoration: underline; color: LightGrey }
