@charset "utf-8";
/* CSS Document */
/* This stylesheet is for styling major tags across the site */

p {
	margin-bottom: 1em;
}
p, h1, h2, h3, h4, div, span {
	text-align: left;
}

a {
	color: #bb3312;
}

a:hover {
	color: #fff;
}
