* {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

.fucking_big {font-size: 45px; font-weight: 900; line-height: 45px;}
.orange { color: #D67A15; }
.teal { color: #209AA6; }
.teal_dark { color: #015F79; }
.green { color: #879b1e; }
.red { color: #FF0000; }
.grey { color: #999999; }
.blue_light { color: #33CCFF; }
.black { color: #000000; }

.typography {
	font-size: 14px;
}

h1, h2 {
	line-height: 2;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}

a {
	font-size: inherit;
	color: #0074C6;
	text-decoration: underline;
}

a:hover {
	background: none;
}

a img {
	border-style: none;
}

#content ol, ul {
	margin: 10px 0px 10px 35px;
}
div.typography ul li ul { margin-left: 45px; }
