h1 {
	text-shadow: 1px 1px 10px;
	font-weight: bold;
	font-size: 24pt;

	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;

	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;

	background-position: 0px 100px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #c0c0c0;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
}

p {
	font-family: Helvetica, Arial, sans-serif;
}

body {
	background-color: #3f3f3f;
	background-position: 0px 0px;
}

A {
	text-decoration: none;
	color: #c0c0c0;
}

A:hover {
	text-decoration: underline;
	color: #ffffff;
	font-weight: normal;
}

A:active {
	text-decoration: underline;
	color: #ffffff;
}

.banner {
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 70px;
	border-radius: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-top: 0px;

}

.mainbody {
	font-size: 12pt;
	color: #c0c0c0;
}

.content {
	font-size: 12pt;
	font-weight: lighter;
	padding-left: 100px;
	padding-bottom: 0px;
	padding-right: 100px;
	padding-top: 60px;
	border: 5px;
}

.twitter {
	font-size: 12pt;
	font-weight: lighter;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 60px;
	padding-bottom: 0px;
	border: 5px;
}

.disclaimer {
	font-size: 8pt;
	font-weight: lighter;
	color: #a0a0a0;
	line-height: 10pt;
	text-align: center;
	padding-left: 200px;
	padding-bottom: 0px;
	padding-right: 200px;
	padding-top: 60px;

}