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

body,td,th {
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #FFFFFF;
}

.h1 {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
}
	
.img {
	max-width: 100%;		
}

blockquote {
    font-family: 'Berkshire Swash';
	color: rgba(0,0,0,1.00);
    font-size: 16px;
	font-weight: 300;
}
	
.linktitle {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color: black;
	font-size: 18px;
	font-weight: 400;
}
	
.text {
	color: white;
}

.contentbox {
	width: 70%; 
	max-height: 700px; 
	background-color: rgba(17,17,17,0.7); 
	border-radius:20px; 
	margin-left: 15%; 
	margin-top: 5%; 
	margin-bottom: 30px; 
	padding: 2%; 
	overflow: auto;
}
	
#topNav {
	width: 100%;
	height:50px;
	background-color: #111;
	margin:0px;
	padding:0px;
	overflow:hidden;
	max-width:100%;
	display:inline-block;
	float:left;
}