h1 {
	font-size: 48px;
	margin-top: 80px;
	letter-spacing: 0.1em;
}

body {
	font-family: "Courier New", Courier, mono;
	text-align: center;
	background-color: black;
	color: red;
}
p {
	
}
table {
       position:fixed;
       top:-5000px;
}

div#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#container img {
	float: right;
	margin-left: 30px;
}

#container p a {
	color: red;
	text-decoration: none;
}

#container p a:hover {
	color: orange;
	border-bottom: 1px solid red;
}

#container p {
	text-align: right;
	margin-top: 50px;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 2em;
}