body {
	background-color: #000000;
}

p {
	color: #dcdcdc;
	text-align: center;
}

a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#intro {
	margin-left: auto;
	margin-right: auto;
	width: 610px;
	border-left: 5px solid white;
	border-right: 5px solid white;
	padding: 0;
}