@font-face {
	/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */ 
	font-family: FontinSans;
	font-weight: normal;
	src: url("../f/Fontin_Sans_R_45b.otf") format("opentype");
}

@font-face {
	/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */ 
	font-family: FontinSans;
	font-weight: normal;
	font-style: italic;
	src: url("../f/Fontin_Sans_I_45b.otf") format("opentype");
}


html {
	margin: 2em;
	font-family: FontinSans, tahoma, sans-serif;
}

h2 {
	font-weight: normal;
	font-size: xx-large;
	margin: 0;
	padding: 0;
	margin-top: 1em;
}

p{
	margin: 0.5em;
}

a {
	color: #000;
}
