body
{
background-size: 65%;
background-repeat: no-repeat;
background-position: top center;
font-family: "Helvetica", sans-serif;
color: green;
text-align: center;
}
#contactinfo {
text-align: left;
}
a {
color:magenta;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    }
