body {font-family: Futura, "Trebuchet MS", Arial, sans-serif;

    background-color: rgb(51, 51, 51);
    width: 975px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	line-height: 150%;
	
}

h2 {
	text-align:center;
	color: white;
	background-color:rgb(51, 51, 51);
	}

p {
	
	color: white;
	background-color:rgb(51, 51, 51);
	
}

/* unvisited link */
a:link {
    color: white;
}

/* visited link */
a:visited {
    color: white;
}

/* mouse over link */
a:hover {
    color: rgba(255, 255, 255, .72);
}

/* selected link */
a:active {
    color: rgba(255, 255, 255, .55);
}


iframe {
	float:left;
	margin-left: 20px;
	margin-right: 20px;
	
}

.clear {
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	clear:both;
}