/* This file is in the public domain */
body {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}

h1 {
	color: #FF0000;
	font-size: 2.5em;
	font-weight: bold;
	text-decoration: blink;
}

p#contact {
	padding: 50px;
	font-size: 0.5em;
}