@font-face {
	font-family: 'TeXGyreHerosRegular';
	src: url('texgyreheros-regular.woff') format('woff'), url('texgyreheros-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TeXGyreHerosBold';
	src: url('texgyreheros-bold.woff') format('woff'), url('texgyreheros-bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body, html {
	margin:0px;
	padding:0px;
}
body {
	background-color:#000;
	color:#fff;
}
body,p,td,li {
	font-family: TeXGyreHerosRegular,Helvetica,Arial,sans-serif;
	font-size:12px;
	line-height:1.7em;
}
h1,h2,h3,h4,h5,h6 {
	font-family: TeXGyreHerosBold,Helvetica,Arial,sans-serif;
	font-weight:normal;
	margin:0px;
	padding:0px;
	line-height:1em;
}

h1 { font-size:24px }
h2 { 
	font-size:20px 
}
h3 { 
	font-size:14px;
	margin-top:0.5em;
	margin-bottom:0.5em;
	line-height:1.3em;
}
h4 { 
	font-size:12px;
	line-height:1em;
	padding:0px;
	margin:2px 0px -8px 0px;
}
h5 { font-size:12px }
h5 {
	font-family: TeXGyreHerosRegular,Helvetica,Arial;
	font-weight:normal;
	font-size:12px;
	text-align:center;
}
b, strong {
	font-family: TeXGyreHerosBold,Helvetica,Arial;
	font-weight: normal;
}
a img {
	border:none;
}
a {
 outline:none;
}