@charset "utf-8";
		
	.topfooter{
	background-color:#ed008c;
	height:0.25em;
	}
		
	#footer{
	background-color:#ed008c;
	color:#FFFFFF;
	font-size:x-small;
	padding:0.5em;
	text-align:center;
	}
	
	#footer a{
	color:#FFF;
	text-decoration:none;
	}
	
	#footer a:hover{
	color:#FFF;
	text-decoration:none;
	}
		
	#copyright{
	background-color:#F4F4F4;
	color:#999999;
	padding:0.5em;
	text-align:center
	}
		
	#footer li{
	display:inline;
	padding-left:15px;
	padding-right:15px;
	}
		
	#footer ul{
	list-style-type:none;
	list-style-position:inside;
	}

