body {
	background-color: #000000;
	font-family: Arial, Sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

header {
	display: block;
	max-width: 960px;
	min-width: 410px;
	margin: auto;
}

#title {
	text-align: center;
	padding: 10px 0px 10px 0px;
}

#title img {
	border-style: none;
	max-width: 100%;
}

nav {
	display: block;
	max-width: 960px;
	min-width: 410px;
	margin: auto;
	height: 25px;
	padding-top: 5px;
	font-size: 1.15em;
	font-weight: bold;
	text-align: center;
	color: #848884;
	border-top: 2px solid #848884;
	border-bottom: 2px solid #848884;
}

nav a {
	text-decoration: none;
	color: #848884;
}

nav a:hover {
	text-decoration: none;
	color: #848884;
}

nav a:visited {
	text-decoration: none;
	color: #848884;
}

article {
	display: block;
	max-width: 960px;
	min-width: 410px;
	margin: auto;
	color: #848884;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.20em;
	text-align: left;
	line-height: 125%;
}

article ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 10px 0px 10px 20px;
}

article ol {
	width: 100%;
	margin: 0;
	padding: 10px 0px 25px 40px;
}

article li {
	font-size: 1.00em;
}

article a {
	text-decoration: none;
	color: #848884;
}

article a:hover {
	text-decoration: none;
	color: #848884;
}

#links {
	padding-left: 25px;
	font-size: 1.00em;
	text-align: left;
	line-height: 125%;
	color: #848884;
}

#links ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#links li {
	list-style-type: none;
	font-size: 1.00em;
	padding-left: 10px;
}

#links a {
	padding-left: 10px;
	text-decoration: none;
	color: #848884;
}

#links a:hover {
	text-decoration: none;
	color: #848884;
}

h1 {
	text-align: center;
	font-size: 1.30em;
	font-weight: bold;
}
h2 {
	font-size: 1.10em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 00px 0px;
}
h3 {
	font-size: 1.00em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

#index-image {
	text-align: center;
	padding: 10px 10px 5px 10px;
}

#index-image img {
	border-style: none;
	max-width: 100%;
}

footer {
	display: block;
	max-width: 960px;
	min-width: 410px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.95em;
	font-weight: bold;
	text-align: center;
	line-height: 150%;
	color: #848884;
	border-top: 2px solid #848884;
}

footer a {
	text-decoration: none;
	color: #848884;
}

footer a:hover {
	text-decoration: none;
	color: #848884;
}

.foot {
	display: block;
}
