/* 
    Document   : typography.css
    Created on : Oct 27, 2009, 11:39:08 AM
    Author     : andrew
    Description:
        Purpose of the stylesheet follows.
*/

p {
    font-size: 12px;
    line-height: 150%;
    font-family: Arial;
}

th,td,
dt,dd,
li {
    font-size: 12px;
}

ol {
    list-style: decimal;
    list-style-position: inside;
}

pre {
    margin: 10px 0;
    padding: 5px;
    line-height: 120%;
    font-size: 12px;
    font-family:sans-serif;
    font-style: italic;
    background-color: #fff;
    border: #e3ddcc 1px solid;
}
