body {
	background: #AA0000;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

div#inner {
    width: 600px;
    margin: 50px auto;
    text-align: center;
}

h1 {
    font-size: 4em;
    font-weight: bold;
}

p {
    font-size: 1.4em;
    line-height: 1.2em;
    margin: 1em 0;
}

a,
a:link {
    color: #AAAAAA;
}

