/* Basic HTML
=====================================*/

body {
		font-size: 0.833em;
}

body,
input {
	font-family: 'Source Sans Pro', sans-serif;
	color: #4c4c4c;
}

::selection {
	background: #58ab27 !important;
	color: #fff !important;
}

::-moz-selection {
	background: #58ab27 !important;
	color: #fff !important;
}

::-webkit-selection  {
	background: #58ab27 !important;
	color: #fff !important;
}


/* Paragraphs
=====================================*/

p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1.5em;
}

.smallfont {
	font-size: 0.8em;
	line-height: 1.5em;
}


/* Links
=====================================*/

a:link, a:visited {
	font-weight: bold;
	color: #e49d05;
	text-decoration: none;
	text-shadow: none;
}

a:hover, a:active {
	color: #ab7500;
}


/* Headlines
=====================================*/

