body {
background:#152131 url(images/Voice-Over-Artist-Dan-bg.jpg) fixed repeat-y center top;
font-family: 'Montserrat', sans-serif;
font-size: 14pt;
color: #a8a8a8;
margin: 0px;
}

a:link {
color: #91C8FF;
text-decoration: none;
}
a:visited {
color: #91C8FF;
text-decoration: none;
} 
a:hover {
color: #E8AE62;
text-decoration: underline;
}

@viewport{
    zoom: 1.0;
    width: device-width;
}

@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}