@charset "UTF-8";

.h2_class {
	height : 50px ;
	background-color : gold ;
	border-radius : 30px ;
	text-align : center ;
	padding-top : 16px ;
	padding-bottom : 0px ;
	font-size : 1.5em ;
}

#copyrights {
	background-color : #555 ;
	color : #fff ;
	font-weight : bold ;
	text-align : center ;
	border-radius : 16px ;
}

#to_profile {
	text-decoration : none ;
	color : #fff ;
}

.footer_clear {
		clear : left ;
}

