/* BASE CSS */

html {
	background-color: #DCDCDC;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	line-height: 20pt;
	text-transform: uppercase;
	color: #BA5624;
	margin-bottom: 5px;
}

a {
	outline: none;
	color: #BA5624;
}

a:hover {
	color: #000000;
}
