/* global styles */

body {
background-color: black;
font: 12px verdana, arial, helvetica, sans-serif;
margin-top: 100px;}

p {
text-align: center;
margin: 0 0 25px 0; }

a:link {
color: white;
text-decoration: underline; }
a:visited {
color: white;
text-decoration: underline; }
a:hover {
color: #2276bb;
text-decoration: none; }
