body {
    background-color: white;
    background-image: url("figures/openrdf-doc-bg.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: arial, helvetica, sans-serif;
    margin-top:  8px;
    margin-left: 130px;
    margin-right: 50px;
}

frameset {
    border-width: 0;
}

A:link {
    text-decoration: none;
    }

A:visited {
    text-decoration: none;
}

A:hover {
    text-decoration: underline;
}
    
A.nav {
    text-decoration: none;
}

h1, h2, h3,h4, h5, h6, th, td {
}

p, ul, ol {
    text-align: justify
}

p.right {
    text-align: right
}

p.caption{
    font-style: italic;
}

pre { 
    text-align: left;
    font-family: fixed, courier;
}

pre.programlisting {
    font-size: 80%
}

pre.screen {
    font-size: 80%;
    background-color: #EFEFFF
}

img {
}


