body {
background:#000000 url('images/Sports_Voice_Over_bg.jpg') repeat-y fixed center top;
font-family: "Trebuchet MS";
color: #a5a5a5;
margin: 0px
}
	
a:link {
color: #91C8FF;
text-decoration: none;
}

a:visited {
color: #91C8FF;
text-decoration: none;
} 

a:hover {
color: #CD9E70;
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;
}