@charset "utf-8";
a {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #7A532A;
}
a:visited {
	text-decoration: none;
	color: #7A532A;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #7A532A;
}

.default_font {
	font-size: 12px;
	color: #7A532A;
}

/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_noise1.jpg);
	font-family: Tahoma, Arial, Verdana;
	color: #423628;
}
