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

.sidebar {
	float: left;
	width: 70px;
	margin-top: 150px;
	text-align: left;
}
.link {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sidebar2 {
	float: right;
	width: 70px;
	margin-top: 400px;
	color: #FFFFFF;
}
.container {
	margin: auto;
	width: 100%;
}
.maincontent {
	margin-right: 80px;
	margin-left: 80px;
	margin-top: 12px;
	font-family: "Courier New", Courier, monospace;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-attachment: fixed;
	background-repeat: repeat;
	background-color: #CCCCCC;
}
.heading {
	width: 300px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.next {
	color: #FFFFFF;
	text-align: right;
	font-style: oblique;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.textbox {
	width: 250px;
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	text-align: left;
	display: compact;
}
.textbox2 {
	width: 90%;
	margin: auto;
	padding-left: 40px;
	color: #FFFFFF;
}
.bigtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-align: center;
	white-space: pre;
	color: #FFFFFF;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
