/* typography: fonts, sizes, ... */




body
{
	font-family: arial, verdana,  helvetica, sans-serif;
	font-size:10pt;
}


a
{
	text-decoration: none;
	outline: none; /*prevents Firefox showing dotted lines around href */
}







