@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.drudgereport.com"), domain("drudgereport.com")
{
    *
    {
        font-size:          18px !important;
        font-family:        "Trebuchet MS", Arial, Helvetica, sans-serif  !important;
        line-height:        1.5;
    }
    td[width="30%"], td[width="40%"]
    {
        width:              33% !important;
    }
    body
    {
        margin:             -30px 2em 0 2em !important;
    }
    a
    {
        text-decoration:    none !important;
        color:              #00D !important;
    }
    a:hover
    {
        text-decoration:    underline !important;
        color:              red !important;
    }
    a:visited
    {
        color:              purple !important;
    }
    font
    {
        color:              inherit !important;
    }
    /*--- Kill some ads, although Adblock stops most already.
    */
    a[href*="ad.amgdgt."],
    a[href*="adserver"],
    body > tt:first-of-type > b:first-of-type > center:first-of-type,
    iframe[src*="adserver"],
    img[src*="/ad/"],
    img[src*="advertising.com"],
    img[src*="mediaplex"],
    img[src*="pointroll.com"]
    {
        display:            none !important;
    }
}
