/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

pre {
    background: url("http://codexbase.com/wp-content/plugins/fv-code-highlighter/images/notepaper.png") repeat scroll left top transparent;
    border: 1px solid #E2E2E2;
    color: #000000;
    display: block;
    font-family: "Courier New",Courier,monospace;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    padding: 18px 10px 17px;
    text-align: left;
    white-space: pre;
    width: 60%;
}