@charset "UTF-8";
/* CSS Document */

body {
	background-color: #a2875c;
}
.style1 {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6c583a;
}
a:link {
	color: #6C583A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6C583A;
}
a:hover {
	text-decoration: underline;
	color: #49752A;
}
a:active {
	text-decoration: none;
}
.linx {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img {
	border:0;
}