.clear {
	clear: both;
}

.text_l {
	float: left;
	width: 100px;
	text-align: right;
}

.text_r {
	float: right;
	width: 90px;
	text-align: right;
	margin-right: 15px;
}

.footer_r {
	float: right;
	width: 205px;
}

#footer {
	position: fixed;
	padding: 10px;
	bottom: 0;
	left: 0;
	right: 0;
}

.divtxt {
	background-color: #eee;
	border-radius: 10px;
	line-height: 1.5;
	padding: 7px 12px;
	width: 750px;
	text-align: justify;
}

.divueb {
	font-size: 20px;
	padding-bottom: 5px;
}

a{
	text-decoration: none;
	color: #444;
}

a:hover {
  text-decoration: underline;
}