A:link {color: #DC143C;
background: transparent;
text-decoration: underline}

A:visited {color: #DC143C;
background: transparent;
text-decoration: underline}

A:hover {color: white;
background: #DC143C;
text-decoration: none}

A:active {color: #DC143C;
background: transparent;
text-decoration: none}

BODY {margin: 0 3% auto;
font: 3vw serif;
background: black;
color: white}

H1 {margin: 1.5% 0 0;
text-align: center}

P {margin: 0 0 3% 0;
text-align: center}