body{
	background-color:#fff;
}
@font-face {                        font-family: 'ak';                        src: url('fnts/ak.eot');       }      @font-face {                        font-family: 'ak';                        src: url('fnts/ak.woff') format('woff'),                        url('fnts/ak.svg#ak') format('svg');       }
a {
	font-family: 'ak';
	color: #64178c;
	text-decoration: none;
	font-size: 18px;
	line-height: 28px;
	
}
ul li:nth-child(odd) a {  
  color: #ff0000;
}
a:hover {
	color: #dcd51c;
}
ul li:nth-child(odd) a:hover {  
  color: #c5bf24;
}
#content{
	margin: 0 auto;
	width: 100%;
	max-width:900px;
	top: 100px;
	font-family: 'ak';
	color: #000;
	text-decoration: none;
	display: block;
	font-size: 18px;
	line-height: 28px;
	text-align: justify;
	padding: 20px;
}

h2{
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 4px;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }