body {
	background-color: #999999;
	padding: 30px 100px
	}
span {
	line-height: 140%;
	}
.header {
	background: #000000;
	color: #ffffff;
	font-style: bold;
	/*font-size: 40px;*/
	text-transform: uppercase;
	font-family: "Impact";
	}
.text {
	background: #ffffff;
	color: #000000;
	/*font-weight: bold;
	font-size: 20px;
	margin-left: 24px;*/
	font-family: "times new roman", "Trebuchet MS";
	}
.blacktext {
	background: #000000;
	color: #ffffff;
	/*font-weight: bold;
	font-size: 20px;
	margin-left: 24px;*/
	font-family: "times new roman", "Trebuchet MS";
	/*border-style: solid;
	border-color: #ffffff;
	border-width: 2px;*/
	cursor: pointer;
	cursor: hand;
	}
a {
	line-height: normal;
	background: #000000;
	color: #ffffff;
	/*font-size: 20px;*/
	font-family: "times new roman", "Trebuchet MS";
	text-decoration: none;
	}
.controls1 {
	line-height: 1.0;
	position:fixed;
	bottom: 20 px;
	right: 20 px;
	background: #ffffff;
	color: #000000;
	font-family: "times new roman", "Trebuchet MS";
	}
.controls2 {
	line-height: 1.0;
	background: #000000;
	color: #ffffff;
	cursor: pointer;
	cursor: hand;
	font-family: "times new roman", "Trebuchet MS";
	}

div.visible { display: block; overflow: hidden; } 
span.visible { visibility: visible; overflow: hidden; }
div.invisible { display: none; overflow: hidden; }
span.invisible { visibility: hidden; overflow: hidden; }
.email {
	display: none;
	margin-left: 0px !important;
	}