h1, h2, h3, h4, h5, h6
{
    margin-top: 3.0rem;     /* always space a new heading away from the preceeding content */
}

h1 + p,   h2 + p,   h3 + p,   h4 + p,   h5 + p,   h6 + p,
h1 + ul,  h2 + ul,  h3 + ul,  h4 + ul,  h5 + ul,  h6 + ul,
ul li, ol li
{
    margin-top: -0.45rem;    /* pull it up with the heading it is under*/
}

pre
{
    margin-top: -1.25rem;
    font-size: 0.96rem;
}

.box
{
    border-radius: 4px;
    background-color: rgb(235, 235, 235);
    border: solid 1px rgb(220, 220, 220);
}   /* Adjust the value to your desired border radius */
    /* needed because in 1.0.1, they changed the radius!! from 0.9.3 */

a:hover, .link:hover
{
    color: #b40000 !important; /* Replace with your desired hover color */
}

hr
{
    background-color: rgb(230, 230, 230);
    margin-top: -0.75rem;   /* pull it up with the heading it is underlining*/
}

body
{
    background-color:rgb(245, 245, 245);    /* whitesmoke */
}

.footer { background-color: rgb(245, 245, 245); }
