body { 
	margin-left: 5%; 
	margin-right: 5%;
	color: white;
	background: black;
}

:link {
	color: yellow;
}

:visited {
	color:#ff9933;
}
:hover {
	color: #99ffff;
}
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold uppercase;
	color: rgb(240,220,53);
}
h2 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: italic;
	color: rgb(240,220,53);
}
div {
	text-align: center;
}
table {
	text-align: center;
	border: 0;
	width: 100%;
	margin-left: 5%
	margin-right: 5%
}
p {
	background: rgb(0,0,120);
	text-align: left;
	margin-left: 10%;
	margin-right: 10%;
}

