$(document).ready(function(){
    $("body.gPopBody").css({
        'background-color': '#d1edf9'
    });
    
    $("div#gPopContent").css({
        'text-align': 'center'
    });
    
    $("div#gPopContent h1").css({
        'font-family': 'Arial, Helvetica, sans-serif',
        'font-size': '24px'
    });
    
    $("div#gPopContent a").css({
        'color': '#666666'
    });
    
    $("div#gPopContent h1").css({
        'margin-left': 'auto',
        'margin-right': 'auto'
    });
	
    $("div#gPopContent span.SgImgByline").css({
        'color': '#333333'
    })
	
    $("div#gPopContent table tr td a img").css({
        'border': '#ffffff solid 10px',
        'border-radius': 'auto',
        '-webkit-border-radius': 'auto',
        '-moz-border-radius': 'auto'
    });
});

