@import 'alabaster.css';

div.body a:link, div.body h, div.body p, div.body dd, div.body li, div.body blockquote {
    -moz-hyphens: false;
    -ms-hyphens: false;
    -webkit-hyphens: false;
    hyphens: false;
    padding: 0px 0px 0px 0px;
}


body {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva',
                 'Verdana', sans-serif;
    font-size: 113%;
    background-color: #fff;
    color: #555;
    margin: 40px !important ;
    padding: 0px 30px 10px 30px !important ;
}


i {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva',
                 'Verdana', sans-serif;
    font-size: 100%;
    background-color: #fff;
    color: #555;
    margin: 0px;
    padding: 0px;
}


a {
    color: #004B6B;
    text-decoration: none; 
}

a:link {
    color: #004B6B;
    text-decoration: none; 
}

a mailto {
    color: #004B6B;
    text-decoration: none; 
}

a:hover {
    color: #6D4100;
    text-decoration: none;
}

a.image-reference, a.image-reference:hover {
    border-bottom: none;
}

style {
    text-decoration: none;
}

li > p:first-child {
    margin-top: 0;
}

li > p:last-child {
    margin-bottom: 0;
}

div.admonition dl {
    margin-bottom: 0;
}
