body  {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	14px;
}
@font-face {
    	/* This declaration targets Internet Explorer */
   	font-family:	'YourFont';
	src:		url('../downloads/action_man-webfont.eot'); /* EOT file for IE */
}
@font-face {
    	/* This declaration targets everything else */
	font-family:	'YourFont';
    	src:		url(//:) format('no404'), 
			url('../downloads/action_man-webfont.woff') format('woff'), 
			url('../downloads/action_man-webfont.ttf') format('truetype');
    	font-weight:	normal;
    	font-style:	normal;
}
#content h1,
#content h2 { /* Formate im ausgelagerten Stylesheet*/
	font-family:	'YourFont',Arial, Helvetica, sans-serif;
}

