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

body, div, p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #7b2e00;
	font-size: 14px;
}

a {
	color: #ed008c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}