html,
body {
background:#222222 url('images/Voice_Over_Coach_Online_bg.jpg') repeat-y fixed center top;
font-family: "Century Gothic";
color: #CCCCCC;
margin: 0px
}
	
a:link {
color: #69CCFC;
text-decoration: none;
}
a:visited {
color: #69CCFC;
text-decoration: none;
} 
a:hover {
color: #A7E1FE;
text-decoration: underline;

}
td { width: 100%; max-width: 872px; min-width: 507px;}

}
td2 { width: 100%; max-width: 600px; min-width: 507px;}

@font-face {
    font-family: voice_over_font;
    src: url('voice_over.ttf');
    src: local(voice_over_font), url('fonts/voice_over.ttf') format('opentype');
}
p {
    font-family: voice_over_font;
}

img {
    max-width: 100%;
    height: auto;
}