body {
    background-color: #d9d2c3;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
}

div.main {
    background-color: #fff7e6;
    border: 2px solid #bfb9ac;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    width: 600px;
}

div.main80 {
    background-color: #fff7e6;
    border: 2px solid #bfb9ac;
    margin-left: 10%;
    margin-right: 10%;
    padding: 25px;
}

a:hover, a:active {
    background-color: #d9d2c3;
    color: #403d39;
    text-decoration: underline;
}

a:link {
    color: #807b73;
    text-decoration: underline;
}

a:visited {
    color: #807b73;
    text-decoration: underline;
}

p, li, blockquote, dd, dt, td, th {
    text-align: justify;
}

ul {
    padding-bottom: 10px;
}

h1 {
    color: #807b73;
    font-size: 250%;
    font-variant: small-caps;
    letter-spacing: 0.1em;
    text-align: center;
}

h2 {
    border-bottom: 2px solid #bfb9ac;
    color: #807b73;
    font-size: 125%;
    margin: 30px 0px -5px 0px;
}

.sig {
    font-size: 125%;
    font-style: italic;
    font-weight: bold;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.copyright {
    border-top: 2px solid #bfb9ac;
    font-size: 85%;
    margin: 35px auto 10px auto;
    text-align: center;
}

.helper {
    border: 3px solid #bfb9ac;
    padding: 7px;
}

/* no css just to show an unstyled feed
   and to provide a template for creating new styles */

 .rss_box {

 }

 .rss_title, rss_title a {

 }

ul.rss_items {
  list-style: none;
}


.rss_item a:link, .rss_item a:visited, .rss_item a:active {

}

.rss_item a:hover {

}

.rss_date {

}

.entry {
    background-color: #d9d2c3;
    border: 2px solid #bfb9ac;
    padding: 5px 10px;
}

