* { font-family: "Prokyon light","Prokyon normal", Verdana, Arial;  } 

body{ 
	color: #939598; 
	letter-spacing: -1px;
}

body.modern { 	letter-spacing: normal; }
/*

h2,h3 { font-size: 17px; }
#header ul { font-size: 15px; }
body { font-size: 12px; }
form input.text { font-size: 12px; }
#portfoliomenu, p.footer a { font-size: 11px; }
*/

body h2,
body h3 { font-size: 18px; }
body #header ul { font-size: 16px; }
body { font-size: 14px; }
body form input.text, textarea { font-size: 12px; }
body #portfoliomenu, p.footer a, p.footer { font-size: 11px; }

a { 
		color: #939598;
}

@font-face {
	  	font-family: "Prokyon normal";
	  	src: url(stefan.otf) format("opentype");
}

@font-face {
	  	font-family: "Prokyon light";
	  	src: url(stefanlight.otf) format("opentype");
}


::-moz-selection{
	background:#000;
}

::selection {
	background:#000;
}

img, div, a { behavior: url(/stylesheets/pngfix/iepngfix.php) }
