a:link {
	color: #00F;
	text-decoration: none; 
}
a:visited {
	color: #00F;
	text-decoration: none;
}
a:hover {
	color: #60F;
	text-decoration: none;
}
a:active {
	color: #60F;
	text-decoration: none;
}
a:focus { 
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;	
	margin-bottom: 10px;	
	padding-right: 0px;
	padding-left: 0px; 
	padding-bottom: 0px; 
}
td,th {
	font-family: Pompiere, cursive;
	color: #FFF;
}
h1 {
	margin-top: 5px;	 
	font-size: 100px;
	color: #F09;
	font-weight: 400;
	font-family: 'Anton', sans-serif;
}
h2 {
	font-size: 65px;
	color:#F09;
	font-weight: 400;
	font-family: 'Anton', sans-serif;
}
h3 {
	font-size: 48px;
	color: #00F;
	font-weight:400;
    font-family: 'Poiret One', cursive;
	padding-right: 20px;
}
h4 {
	font-size: 36px;
	color: #FFF;
	font-weight:400;
    font-family: 'Poiret One', cursive;
}
h5 {
	font-size: 32px;
	color: #F09;
	font-weight:400;
	font-stretch:ultra-expanded;
    font-family: 'Economica', sans-serif;
}
h6 {
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
    font-family: 'Poiret One', cursive;
}
ul, ol, dl { 
	padding: 0px;
	margin: 0px;
}
.container {
	border: 0px solid #F06;
	margin-top: 20px; 
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
.content {
	padding: 5px 0;
}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;

}
#footer {
	position:fixed;
	bottom:0;
	width:100%; 
	height:5em;
	font-weight: bold;
	text-align:center; 
}