body {
	background: #18181A;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #FBFBFB;
	text-align: justify;
	padding: 30px 0px 30px 0px;
	margin: 30px 0px 30px 0px;
}


table, tr, td {
	border: none;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #FBFBFB;
	text-align: justify;
}


a:link, a:visited {
	font-style: normal;
	color: #B7EB34;
	text-decoration: none;
}


a:hover {
	font-style: italic;
	color: #B7EB34;
	text-decoration: none;
}


a:active {
	font-style: normal;
	color: #B7EB34;
	text-decoration: none;
}

img {
	border: 0;
}


p, li { 
	font-size: 16px;
	line-height: 25px;
}


b, i {
	color: #EC2655;
}


input, textarea, option, select {
	background-color: #18181A;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 16px;
	color: #FBFBFB;
	border: 1px solid #FBFBFB;
	padding: 1px;
}


#left {
	position: fixed;
}


h1 {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	letter-spacing: 8px;
	color: #4AC5EB;
	text-align: left;
	text-transform: uppercase;
	margin: 0px;
}


.nav {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}


.nav a:link, .nav a:visited {
	font-style: normal;
	color: #EC2655;
	padding: 0px 4px 0px 4px;
}


.nav a:hover {
	font-style: normal;
	color: #D1E751;
	padding: 0px 4px 0px 4px;
}


.nav a:active {
	font-style: normal;
	color: #EC2655;
	padding: 0px 4px 0px 4px;
}