body {
background-color:black;
width:769px;
margin:auto;
}

h1 {
color:white;
font-size:3em;
text-align:center;
text-transform:uppercase;
font-family:Impact,Charcoal,sans-serif;
}

p {
color:white;
font-size:0.9em;
text-align:left;
font-family:Arial,Helvetica,sans-serif;
}

p.center {
text-align:center;
}

a:link {
text-decoration:none;
color:white;
}

a:visited {
text-decoration:none;
color:gray;
}

a:hover {
text-decoration:underline;
}

a:active {
text-decoration:underline;
}