@charset "utf-8";
/* CSS Document */

a:hover {
	color: #<? echo $accentColor?>;
	text-decoration: none;
}
a {
	text-decoration: none;
	size: 11px.;
}
body {
	  font-family: <? echo $TextFont ?>;
	  font-size: 11px.;
	  	text-decoration: none;
	  }

