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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: 464646;
	margin: 0px;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: 731602;
	text-align: left;
	font-weight: bold;
}
a:link {
	color: #731602;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #731602;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #731602;
}
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
