/*
	@homepage http://userstyles.org/styles/21676
	@updateurl http://userstyles.org/styles/iecss/21676/Make%20it%20readable!.css
*/
@namespace url(http://www.w3.org/1999/xhtml);



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;
}
