@namespace url(http://www.w3.org/1999/xhtml);

/*
 * Sometime you find a site which you'd like to read. But it's written
 * yellow on purple background using 10px fonts with no defined column
 * width. Enable this stylesheet before you kill somone innocent...
 *
 * Log
 * 2009-11-06: justified damned christmas trees.
 * 2009-10-18: forced background for *.
 */

body:before{
    content:"Layout forced with 'make it readable!' stylesheet. Enable it when you're desperate only.";
    background-color: black;
    color: red;
    display: block;
    text-align: center;
    padding: .2em 1em;
    font-size: 80%;
}
body{
    font-size: 12pt !important;
    max-width: 35em !important;
    margin: 0 auto !important;
}

*{
    background-color: #f0f0f0 !important;
    font-size: 12pt !important;
    line-height: normal !important;
    color: #505050 !important;
    text-align: justify !important;
}