body {
	background-color: #000000; 
	margin-top: 0px; 
	margin-bottom: 0px; 
}

.bayou {
	margin-top: 20px; 
	border: 2px solid #505050; 
	width: 800px; 
	height: 550px; 
	text-align: center;
}

.links { 
	padding: 10px 0px;
}

a {
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;	
	color:#FFFFFF;
	text-align: center;
	}

a:hover, a:active, a:focus {
	text-decoration: underline;
	color:#fcbf29;	
	}