
a {
	color: #0072bb;
	text-decoration: none;
}

a:hover {
	font-weight: 700;
	xbackground: #0072bb;
	xcolor: #fff;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

h1 {
	font-size: 32px;
	margin: 15px 0;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 19px;
	margin: 10px 0;
}

h4 {
	font-size: 16px;
	margin: 8px 0;
}

h5 {
	font-size: 13px;
}

img {
	border: none;
}

li {
	margin: 8px 0;
}

ol, ul {
	text-align: left;
}

p {
	margin: 8px 0;
	text-align: left;
}

select, option {
	font-family: 'Open Sans', sans-serif;
	padding: 2px;
}

table {
	border-collapse: collapse;
	box-sizing: border-box;
}

th, td {
	text-align: left;
	box-sizing: border-box;
    padding: 2px;
}

div.legend ul
{
	list-style-type: none;
	font-size: 0.8em;
}

div.legend ul li
{
	margin: 0px !important;
}