html, body {
 margin: 0; padding: 0;
 text-align: center;
 background-color: #fff;
 font-family: trebuchet ms, helvetica, sans-serif, arial, verdana, tahoma;
 font-size: 16px;
}

a {
 text-decoration: none;
 color: #d0d0d0;
}

a:hover {
 text-decoration: none;
 color: #b90000;
}
