html {
 height:100%;
}
body {
 height:100%;
}

h1 {
 margin:24px 0;
 font-size:14px;
 text-align:center;
}
p {
 margin:0 0 24px;
 font-size:12px;
 text-align:center;
}
a:link, a:visited {
 color:#F90;
 text-decoration:underline;
}
a:hover, a:active {
 color:#CCC;
 text-decoration:underline;
}
