/* CSS Document */
body {
	background-color: #000;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-large;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #FFF;
}
a {
	color: #FFF;
	border-color: #03C;
}
