
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 14px/1.5 "courier", "american typewriter", "Lucida Sans Typewriter", serif;
}

p {
	font: 12px/1.3 "courier", "american typewriter", "Lucida Sans Typewriter", serif;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

.markedText{
	font-size: 12px;
	color: #ED8D70;
	font-weight: bold;
	}

a{
	color: #ED8D70;
	}

h1 {
	font-size: 21px;
	color: #030303
}

h2 {
	font-size: 16px;
	color: #090909;

}

h3 {
	font-size: 14px;
	color: #116E93;
	font-weight: normal;
}



/* `Spacing
----------------------------------------------------------------------------------------------------*/
