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

@font-face {
 font-family: "Akrobat-Black";
 src: url("../fonts/Akrobat-Black.otf") format("opentype");
}

@font-face {
 font-family: "Akrobat-Bold";
 src: url("../fonts/Akrobat-Bold.otf") format("opentype");
}

@font-face {
 font-family: "Akrobat-Semibold";
 src: url("../fonts/Akrobat-SemiBold.otf") format("opentype");
}

@font-face {
 font-family: "Akrobat";
 src: url("../fonts/Akrobat-Regular.otf") format("opentype");
}

body {
	font-family:Akrobat;
	color: #fff;
	background-color: #000;
	font-size: 18px;
}

h1 {
	font-family:Akrobat-Bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

h2 {
	font-family:Akrobat-Semibold;
}

a {
	color: #fff;
}

a:hover {
	color:#FFCC00;
}

li {
	line-height: 2;
}

sup {
	font-family:Akrobat;
	color: #747474;
	margin-left: 5px;
	line-height: 0;
	font-size: 14px;
}

ul h3, ol h3 {
	font-family:Akrobat-Semibold;
	margin-left: -20px;
	margin-bottom: 10px;
}