*{
	margin:0;
	padding:0;
	font-family: Arial,sans-serif;
	list-style: none;
	text-decoration: none;
}
@font-face {
    font-family: 'ArrekadeFont';
    src: url('font/arrekade-font-webfont.eot');
    src: url('font/arrekade-font-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/arrekade-font-webfont.woff') format('woff'),
         url('font/arrekade-font-webfont.ttf') format('truetype'),
         url('font/arrekade-font-webfont.svg#HelveticaLTStdBoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
	font-family: "ArrekadeFont";
	font-weight: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
table{
  border-collapse: collapse;
}