/* CSS Document */

html, body { height:100%; width:100%; margin:0 auto; background-color:#231F20; }

.headline {
	font-size:24px;
	font-stretch:expanded;
	font-weight:bold;
	color: #FF4800;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	letter-spacing: 4px;
	height:50px;
}
.headtitle {
	font-size:30px;
	font-stretch:expanded;
	font-weight:bold;
	color: #FF4800;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 100px;
	letter-spacing: 4px;
	padding:10px;
	height:50px;
}
.textwhite {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	
}
.textorange {
	font-size:14px;
	font-weight:bold;
	color:#FF4800;
	font-family: Arial, Helvetica, sans-serif;
	
}

.textwhitenormal {
	font-size:14px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	
}

a.lol:active {
	text-decoration: none;
	color: #231F20;
}
a.lol:link {
	color: #231F20;
	text-decoration: none;
}
a.lol:visited {
	text-decoration: none;
	color: #231F20;
}
a.lol:hover {
	text-decoration: none;
	color: #231F20;
}

.footer {
	padding-top:8px;
	
	}
	
.footertag {
	color:#231F20;
	}
.footer a {
	color:#FF4800;
	text-decoration:none;
	}
.footer a:hover {
	text-decoration:none;
	color:#FF4800;
	}
.footer a:visited{
	text-decoration:none;
	color:#FF4800;
	}
.footer a:focus  {
	text-decoration:none;
	color:#FF4800;
	}
