/**********************************************************************/
/* Template: bulletproof for Serendipity (http://www.s9y.org)         */
/* Authors: Matthias Mees, David Cummins and Don Chambers             */
/*                                                                    */
/* Central Stylesheet                                                 */
/*                                                                    */
/* http://s9y-bulletproof.com                                         */
/**********************************************************************/

body {
    font: 100.01% Verdana, Arial, Helvetica, sans-serif;
    background: #dddddd;
    color: #dddddd;
}


/*** General styles ***/
p {
    text-align: left;
}

 pre {
    font: normal 12px Courier, Courier New;
    background-color: #FFFFCC;
    color: #000000;
    border: 5px inset;
    border-color: #ffcc00;
    margin: 10px auto;
    padding: 5px;
    width: 85%;
  overflow: auto;
}


abbr, acronym, .help{
    cursor: help;
    border-bottom: 1px dotted #000000;
}

#wrapper {
    font-size: 80%;
}



