/* --- CSS RESET --- */

@import "reset.css";

/* --- FONTS & COLORS - GENERAL --- */

body {
	font-family:'Verdana','Arial',sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	text-decoration:none;
	color: #484848;
}

p {
margin-top: 10pt;
}

h1 {
font-weight: bold;
}



