footer {
	clear: both;
    position: relative;
    height: 200px;
    margin-top:200px;
	font-size:40px;
	color:rgb(125, 50, 30);
	text-align:center;
}
p.footer {
	margin-left:10%;
	margin-right:10%;
}
hr.footer {
	height:10px;
	background-color:rgb(0,51,0);
	}
u {
	color:rgb(0,51,0);
}