﻿html {
background-color:#595959;
color:#fff;
font-family:Calibri;
}

body {
text-align:center;
margin-top:100px;
font-size:3em;
}

h1 {
margin-top:40px;
margin-bottom:50px;
font-size:3em;
}

a {
color:#fff;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}