html {

	margin:0px;
	padding:0px;

}
body {	
		background-color: black; 
		color: white;
		font-family: 'PT Sans', sans-serif;
		text-align: center;
		/* background-image: url('tile.jpg'); */
		background-repeat: repeat;
		background-position: center top;

		margin:0px;
		padding:0px;
	}

iframe {
		margin: auto;
		border: 1px;
	}
img {
		margin: 0.4em;
		border: none;
}
a {
		border: none;
		color: white;
}
h1 {
	text-decoration: none;
	margin-bottom:0em;
}
h2 {
	margin:0em;
	margin-bottom:1em;
}

