/*
*	Copyright (C) 2011 Simplify Your Web, Inc. All rights reserved.
* 	GNU General Public License version 3 or later; see LICENSE.txt
*/

body {
    width: auto !important;
    margin: auto !important;
    font-family: serif;
    font-size: 10pt;
    background-color: #fff !important;
    color: #000 !important;
}

p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
    color: #000 !important;
    margin: auto !important;
}

p, blockquote {
    orphans: 3;
    widows: 3;
}

blockquote, ul, ol {
    page-break-inside: avoid;
}

h1 {
    /*page-break-before: always;*/
}

h1, h2, h3, caption {
    page-break-after: avoid;
}

a {
    color: #000 !important;
    text-decoration: none !important;
}

a[href]:after {
  content: "" !important;
}

.pagination_wrapper {
	display: none !important;
}
