body {
	font-family: sans-serif;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-left: 5px;
	padding-right: 5px;
	max-width: 1200px; 
	background-color: #202020;
}

div.page {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: white;
}

div.pageContent {
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

h1.title {
	text-align: center;
	margin-top: 14px;
	margin-bottom: 10px;
}

div.pageHeader {
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background: #998317;
}

div.pageHeader li {
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
}

div.pageHeader li  a {
	color: white;
	text-decoration: none;
}

div.pageFooter {
	text-align: center;
	font-size: small;
}

hr.footerLine {
	color: black;
	background-color: black;
	height: 3px;
	margin-left: 100px;
	margin-right: 100px;
	border: 1px solid white;
}

div.serviceNotice {
	color: white;
	text-align: center;
    background-color: #c03520;
    padding: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

h3.news {
	margin-bottom: 1px;
}

div.newsData {
	padding: 0px;
	margin: 0px;
	font-size: small;
}

a:link {
	color: red;
}

a:visited {
	color: #A6A500;
}

a:hover {
	color: red;
}

a:active {
	color: red;
}
