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


body {
	margin-top: 5%!important;
	background: #000000!important;
	text-align: center;
	color: #ffffff!important;
	font-size: 13px!important;
}
a:link, a:visited, a:hover {
	color: #ffffff!important;	
	text-decoration: none!important;
}
ul {
	padding: 0px!important;
	list-style:circle;
}
ul li {
	display: inline;	
}
p {
	padding-bottom: 2px;	
}
#footer {
	text-align: center;
	bottom: 0;
	position: absolute;
	margin-left: 10%;
	width: 80%;
	margin-bottom: 5%;
}