body {
 background-color: #2131c5;
 color: white;
 text-align: center;
}

p {
 color: white;
}

p.copy {
 text-align: right;
 margin-bottom: 0;
}

a {
 font-size: 120%;
}

a:link {
 color: black;
}

a:active {
 color: red;
}

a:visited {
 color: gray;
}

a:hover {
 color: yellow;
 background-color: #4151b5;
}
