body {
    margin: 20px;
    padding: 20px;
    color: #333;
    background-color:#fff;
    font-size:12px;
    line-height:1.2em;
    font-family: verdana,arial,helvetica,sans-serif;
}

p {
    page-break-before: auto;
}

h1,h2,h3 p.topic-title{
    color: #111;
}

h1.title {
    font-size: 2em;
    page-break-before: always;  
}

h1 {
    padding-top: 1em;
    font-size: 1.4em;
}

h2{
    padding-top: 1em;
    font-size: 1.2em;
    page-break-before: always;
}

div.contents{
    padding-top: 1em;
}

p.topic-title a{
    font-size: 1.4em;
    page-break-before: always
    color: #000;
    background-color:#fff;
    text-decoration:none;
    border: 0px;
    font-weight: bold;
}

h3 {
    font-size: 1.1em;
}

blockquote {
    background-color: #eee;
}

a.toc-backref {
    color: #000;
    background-color:#fff;
    text-decoration:none;
    border: 0px;
}

a.toc-backref:visited {
    background-color: #fff;
}

li {
    list-style-type: square;
    line-height: 1.5em;
}

p a, li a, td a, blockquote a{
    color: #000;
    background-color:#eee;
    text-decoration:none;
    border: 1px solid #ccc;
}

a:hover {
    color: #f90;
}

a:visited {
    background-color: #ddd;
}

a.reference {
}

a.logo {
   background-color: #fff;
   border: 0px;
   margin: 0px;
}

table.table {
   border: 1px solid #ccc;
   background-color:#eee;
}

table.table td, table.table th{
   border: 0px;
}

a.fn-backref {
}

a.footnote-reference {
}

sup {
}

img {
    border: none;
    margin-top: 2em;
    margin-bottom: 2em;
}

img.icon {
    margin-top: 0px;
    margin-bottom: 0px;
}