
body {
    background-color: white;
    color: black;
    margin: 0;
}

#serendipityLeftSideBar,
#serendipityRightSideBar,
.serendipity_section_commentform,
.serendipity_karmaVoting ,
.serendipity_findmore {
    display: none;
}

.homelink1, .homelink2 {
    position: relative; 
    left: 0px;
}

#serendipity_banner h1 {
    font-size: 100%;
}

#serendipity_banner h2 {
    font-size: 80%;
}

#content {
    width: auto;
    float: none;
    overflow: visible;
    margin: 0;
}

#footer {
    float: none;
}


.serendipity_Entry_Date,
.serendipity_commentBody {
    overflow: visible;
}

.serendipity_entryFooter a {
}

/*
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
*/