    body {
        background: #000;
		font-family: arial;
		color: #FFFFFF;
		margin: 0;
		padding: 0;
    }


/** Text properties **/

    p {
		font-size: 12pt;
        text-align: center;
        color: #FFFFFF;
    }
    
    a {
        text-align: center;
		color: #C0C0C0;
		text-decoration: none;
    }

	a:hover {
		text-decoration: underline;
	}
	
	h1 {
		size: 18pt;
		color: #fff;
		text-align: center;
	}
	
	img {
		padding-top: 30px;
	}