@charset "UTF-8";
/* CSS Document */

body {
	background-color: #080f09;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, td, th {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
}
a:link {
	color:#bb8822;
	text-decoration: none;
}
a:visited {
	color:#bb8822;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ffdd55;
}
a:active {
	text-decoration: none;
}