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

#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #000;
}
.heading {
	font-size: 20px;
	font-weight: bold;
}
.header-text {
	color: #FFF;
}
.header-text a{
	color: #FFF;
}
.heading2 {
	font-size: 20px;
	font-weight: bold;
}
body,td,th {
	font-size: 16px;
	color: #000;
}

