@import url("default.css");

body { background-color: white; }
.main_body { margin: 0px 0px 0px 10px; }

/*
a { font-weight: bold; font-style: italic; color: black; }
.entry_meat:hover a { font-weight: bold; font-style: italic; color: black; }
.entry_meat a:hover { font-weight: bold; font-style: italic; color: black; }
*/

.page_header { display: none; }

.quotation, .quote_quote { display: none; }

.admin_section { display: none; }

.entry { margin-bottom: 20px; }
.entry_header_text { background: white; border: 1px solid black; }
.entry_title, .entry_date { color: black; }
.entry_buttons { display: none; }
.entry_body { background-color: white; color: black; }
.entry_reply { display: none; }

.page_footer { display: none; }
