/* START main styles */

	* {
		padding: 0;
		margin: 0;
		text-align: left;
		background-repeat: no-repeat;
		background-position: top left;
	}
    body, html {
        background-color: #000000;
    }
	img {
		border: none;
	}

/* END main styles */



/* START text styles */

	* {
		color: #fff0d6;
		font-size: 11px;
		font-family: Arial, Helvetica, Sans-serif;
	}

	/* START links */

		a {
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
		}
		a:hover {
			color: #f8c400;
		}
        a:focus {
            outline: none;
        }

	/* END links */

	/* START headers and paragraphs */

		h1 {
			padding: 0 0 20px 0;
			font-size: 20px;
			font-weight: normal;
		}
		h2 {
			padding: 16px 0 16px 0;
			font-size: 16px;
			font-weight: normal;
		}
		h3 {
			padding: 6px 0 10px 0;
			font-size: 16px;
			font-weight: normal;
		}
		h4 {
			padding: 6px 0 6px 0;
			font-size: 11px;
			font-weight: bold;
		}
		p {
			padding-bottom: 12px;
		}
		
	/* END headers and paragraphs */

/* END text styles */
