body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #000D00;
	margin: 0;
	padding: 0;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
; 	color: #FFF;
}
a img {
	border: none;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: blink;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}


.container {
	width: auto;
	max-width: 100%;
	min-width: 320px;
	background-color: #000000;
	margin: 0 auto;
}


.header {
	background-color: #000000;
	line-height: normal;
	padding-top: 0px;
	width: 100%;
}


.content {
	float: none;
	padding-top: 0px;
	width: 100%;
	text-align: center;
}


.content ul, .content ol {
	padding: 0px 15px 15px 40px;
}


ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background-color: #E0E0E0;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #ACACAC;
	color: #FFF;
}

.footer {
	padding: 0px 0;
	position: relative;
	clear: both;
	text-align: center;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.container {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

/* Fade out the second bar */
.change .bar2 {opacity: 0;}

/* Rotate last bar */
.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}
