	body {
		font: 80%/140% Arial, Helvetica, sans-serif;
		text-align: left;
		margin: 0;
		padding: 0;
        background-color: #000000;
	}

	a {
		color: Yellow;
        font-size: 12px;
	}

	h1 {
		color: Black;
		font-size: 1.6em;
		font-weight: normal;
		padding: 26px 0 4px 20px;
		text-transform: uppercase;
	}

	h2 {
		color: Blue;
		font-size: 18px;
		font-weight: normal;
		padding: 4px 0 4px 20px;
		text-transform: uppercase;
	}

	p {
		margin: 0 10px 16px 20px;
		color: Black;
		font-size: 14px;
	}

	strong {
		color: Black;
		font-weight: bold;
	}

	li {
		list-style: none;
		margin-bottom: 0;
        font-size: 14px;
        padding:  8px;
        text-align: justify;
    }