body {
color: White;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
background-color:#000000;
margin: 100px auto 0 auto;
padding: 0;
text-align: center;
}

content {
color: White;
font-family: Arial, Helvetica, Futura, sans-serif;
font-size: 22pt;
font-weight: 500;
background-color:#ffffff;
margin: 25px auto 0 auto;
padding: 0;
text-align: center;
text-decoration: none;
}

a {
color: white;
text-decoration: none;
}

a:hover {
text-decoration: underline;
color: White;
}