
body {
	color: white; 
	background: black;
	line-height: 1.2;
	margin: 20px 20px 100px 20px;
	}

a:link, a:visited {color: white;}
a:hover, a:active {color: yellow;}

img {
	border: none;
	margin: 10px 0px 10px 0px;
	}
img class="pic" {
	border: none;
	margin: 50px 0px 50px 0px;
	}

h1 {
	margin: 20px;
	text-align: center;
	}

tr {
	text-align: center;
	}

td {
	width: 300;
	}