body {
font-family: "Lucida Sans", "Arial", sans-serif;
color: #545656;
font-size: 10px;
}

h2 {
width: 600px;
height: 100px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -300px;
margin-top: -50px;
text-align: center;
font-weight: normal
}

a, a:hover {
color: #757575;

}