/* Basic HTML
=====================================*/

body {
		font-size:0.833em;
}

body,
input {
	font-family: 'Arial', sans-serif;
	color:#4c4c4c;
}

::selection {
	background: #b2b2b2 !important;
	color: #fff !important;
}

::-moz-selection {
	background: #b2b2b2 !important;
	color: #fff !important;
}

::-webkit-selection  {
	background: #b2b2b2 !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.nolink {
	font-weight: normal !important;
	color: #4c4c4c !important;
}

a.nolinkbold {
	font-weight: bold !important;
	color: #4c4c4c !important;
}

a.nolink:hover,
a.nolinkbold:hover {
	text-decoration: underline !important;
}

a:link, a:visited {
	color:#000;
	text-decoration:none;
	text-shadow:none;
}

a:hover, a:active {
	color:#000;
}


/* Headlines
=====================================*/

