/* neither nor quick */

body {
	margin: 0px 0 0;
	padding: 0;
	border: 0;
	background-color: #000;
	background-image: url("../images/nn-black.jpg");
	background-repeat: no-repeat;
	font: normal 100%/1.3em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;	
	color: #fff;
	text-align: center;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
}


.wrapper {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 40% 0% 0% 0%;
	line-height: 5px;
	font-size: .9em;
	text-align: justify;
}


.centered {
	width: 170px;
	height: 454px;
	margin-left: auto;
	margin-right: auto;
}

h1 {	
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	text-align: left;
	margin-bottom: -10px;
	margin-top: -10px;
}

.bold {
	font-weight: bold;
	font-family: Georgia, Times, serif;
	font-size: 3em;
}

.content {
	width: 100%;
	height: auto;
	padding: 10px 10px 10px 10px;
	line-height: 15px;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #000;
}


a.bodylinks {
	text-decoration: none;
	color: #fff;
	background-color: #000;
}

a.bodylinks:hover {
	text-decoration: underline;
	color: #fff;
	background-color: #000;
}

a.version-links {
	background-color: #fff;
	font-weight: 800;
	color: #000;
	text-decoration: none;
	padding: 2px 2px;
	border: 2px solid #fff;
}

a.version-links:hover {
	background-color: #fff;
	color: #000;
	font-weight: 800;
	text-decoration: none;
	padding: 2px 2px;
	border: 1px solid black;
}

a.textlinks {
	text-decoration: none;
	color: #fff;
	background-color: #000;
}

a.textlinks:hover {
	text-decoration: underline;
	color: #fff;
	background-color: #000;
}

html {
	height: 100%;
	width: auto;
}

