@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Century;
	font-size: 14px;
	color: #ffcc99;
	font-weight: bold;
}
body {
	background-color: #33383c;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
a:link {
	color: #ffcc99;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #ffcc99;
}
a:hover {
	text-decoration: underline;
	color: #fda750;
}
a:active {
	text-decoration: none;
	color: #ffcc99;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
}
h1 {
	font-size: 17px;
	color: #ffcc99;
	margin-bottom: 12px;
}
h2 {
	font-size: 13px;
	color: #ffcc99;
	margin-top: 0px;
	margin-bottom: 14px;
}
h3 {
	font-size: 11px;
	color: #ffcc99;
}
p {
	line-height: 1.4em;
	margin-top: 0px;
}

