body {
			background-image: url('');
			background-color: #000;
			background-repeat: repeat;
			color: #fff;
			font-family: 'White Rabbit', Verdana, sans-serif;

		}

		#container {
			width: 75%;
			margin: auto;
		}
		table img {
			height: 300px;
			display: inline;
			padding: 3px;
		}
		h2 {
			text-align: center;
			font-family: 'Old London', Verdana, sans-serif;
			font-size: 45px;
			padding: 10px;
			border-bottom: 1px solid #733C6F;
			
		}
		h3 {
			text-align: center;
			font-size: 25px;
			padding: 10px;
			margin: 10px;
			border-bottom: 1px solid #733C6F;
			background-image: url('img/spacebg.png')
		}

		table {
			align-items: center;
			margin: auto;
			width: 75%;
		}

		p {
			margin: auto;
			text-align: justify;
			padding: 10px;
		}

		a {
			font-size: 20px;
			text-align: center;
			color: #fff;
		}
		#angel {
			text-align: center;
			margin: auto;
			padding: 10px;
			background-image: ('/img/city.png');
			border-bottom: 1px solid #733C6F;
		}