@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #393939;
	background-image: url(../images/background.jpg);
	margin: 0px;
	padding: 0px;
}

a {
	color: #e17606;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}