		html { 
			font-size: 100%;
			color: #fff;
			background-color: #000;
		}

		body {
			font-family: arial, helvetica, sans-serif;
		}
		
		.credits{
			width: auto;
			margin: auto;
			height: auto;
			padding: 14px ;
		}

		#credit {
			position: absolute;
			float: left;
			padding: 900px 0 0 0;		
		}

		h1 {
			color: #2a7190;
			font-size: 1.5em;
			font-weight: normal;
		}
		
		h2 {
			margin-top: 1.0em;
			font-size: 1em;
			color: #fff;
			font-weight: normal;
		}
		
		h3 {
			margin-top: 0.7em;
			font-size: 0.85em;
			font-weight: normal;
			color: #2a7190;
		}

		p {
			font-size: 0.6875em;
		}

		.credits a:link {
			color: #ffffff;
			font-size: 11px;
			text-decoration: none;
		}

		.credits a:visited {
			color: #ffffff;
			font-size: 11px;
			text-decoration: none;
		}
		
		.credits a:hover { 
			color: #ceff05;
			text-decoration: none;
		}

		.credits a:active {
			color: #ffffff;
			text-decoration: none;
		}