body {
	background-color: #000;
	color: #fff;
	font: normal normal 9pt/normal Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	text-align: center;
	direction: ltr;
	white-space: normal;
	unicode-bidi: normal;
	margin: 0;
	padding: 0;
}

/* HEADERS h2-h5 */

h2 {
	color: #fff;
	text-decoration: none;
	font: normal bold x-large/18pt "News Gothic MT", "Lucida Grande", Helvetica, Verdana, sans-serif;
	text-align: center;
	text-transform: capitalize;
	padding: 5px;
	width: auto;
	height: auto;
	margin: 25px 5px 0;
	direction: ltr;
}

/* LINKS */

a, a:link, a:visited {
	color: #b8b5b3;
	text-decoration: none;
	font: normal normal normal 9pt/normal Helvetica, Arial, Geneva, sans-serif;
	padding: 6px;
	border-style: none;
}

a:hover, a:link:hover, a:visited:hover {
	color: #fff4cc;
	background-color: #1d0e00;
	border-style: none;
}

a.emission {
	width: 572px;
	height: 572px;
	display: block;
	background: url(images/Emission.jpg) no-repeat center center;
	padding: 1px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

a.emission:hover {
	width: 572px;
	height: 572px;
	display: block;
	background: url(images/Emission_Over.jpg) no-repeat center center;
	padding: 1px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

ul {
	width: auto;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
}

ul li {
	display: inline;
	padding: 8px;
}

ul.links {
	background-color: #0f0e0c;
	padding: 8px;
	border-top: 2px solid #23221c;
	margin: 0;
}

.block a:link:hover, .block a:hover {
	background-color: transparent;
	border-style: none;
}

img, a img {
	border-style: none;
	border-width: 0;
}