@charset "UTF-8";

/* --------------------------------------------------------------

   * default typography

-------------------------------------------------------------- */

BODY {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
}
A {
	text-decoration: none;
	color:#BA2141;
}

H1, H2, H3, H4 {
	/*font-family: "Myriad Pro", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
H1 {
	font-size: 30pt;
}
H3 {
	font-size: 16pt;
}

LI {
	display: list-item;
}

UL {
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(../img/item.png);
}
