BODY {
    color: black;
    background-color : gray;
}

H1, H2, H3, H4, H5, H6 {
    font-family: 'Permanent Marker', cursive;
    color : blue;
}

H1 {
    text-align: center;
}

p {
    text-align : justify;
}

#outer {
    background-color : silver;
    padding: 2% 2% 0% 2%;    
    background-image : url(pics/bg02.gif);
    border: 1px solid black;
}

#outer .inner {
    background-color : white;
    padding: 2ex;
    border: 1px solid black;
}

#footer {
    color: white;
    font-size : small;
    font-style: italic;
    font-weight: bold;
    text-align: right;
}

#footer A {
    color: white;
}

#footer A:link {
    text-decoration: none
}
divfooter A:visited {
    text-decoration: none
}
#footer A:active {
    text-decoration: none
}
#footer A:hover 
{
    text-decoration: underline;
}


#top_level_menu {
    font-family: 'Permanent Marker', cursive;
}

.uniq_googleplus {
    float: left;
}

#books ul
{
    list-style: disc;
}

#books li
{
    overflow: auto;

}

#books #author {
    font-family: 'Permanent Marker', cursive;
    color: white;
    background-color: black;
}

#books #title {
    font-family: 'Permanent Marker', cursive;
}

#books #comment {
    padding: 2ex;    
}

#books #links {
    float: right;
}

#books_toc {
    font-size: 70%;
    margin: 2ex;
    padding: 1ex;
    border: 1px dashed black;
    background-color : Menu;
}

