html,body {
	background-image:  url(img/base.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #A08264;
	overflow: hidden;
}
.fontsize {
	font-size: 14px;
	line-height: 22px;
	color: #0075D0;
}
a:link {
	text-decoration: none;
	color: #0075D0;
}
a:visited {
	text-decoration: none;
	color: #0075D0;
}
a:hover {
	text-decoration: none;
	color: #0075D0;
}
a:active {
	text-decoration: none;
}
