@charset "utf-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #000000;
	line-height: normal;
	text-transform: none;
	background-position: center;
}
.container {
	border: thick double #FF0000;
	width: 800px;
	background-position: center;
	padding: 0px;
	position: static;
	visibility: inherit;
	z-index: auto;
	float: none;
	text-align: center;
	overflow: auto;
	clear: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
.header_text {
	font-family: "Comic Sans MS", Arial;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.mainText {
	font-family: "Comic Sans MS", Arial;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	letter-spacing: normal;
	text-align: justify;
	text-indent: 5px;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
}
.boldmainText {
	font-family: "Comic Sans MS", Arial;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.aboutText {
	font-family: "Comic Sans MS", Arial;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	letter-spacing: normal;
	text-align: justify;
	text-indent: 5px;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
}
