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

div.main {
    margin-left: auto;
    margin-right: auto;
    width: 550px;
}

div.main728 {
    margin-left: auto;
    margin-right: auto;
    width: 728px;
}

a:hover, a:active {
    color: #ff0000;
    text-decoration: underline;
}

a:link {
    color: #3300ff;
    text-decoration: underline;
}

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

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

ul {
    padding-bottom: 10px;
}

h1 {
    color: #000066;
    font-size: 175%;
    text-align: center;
}

h2 {
    border-bottom: 1px solid #999999;
    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: 1px solid #999999;
    font-size: 85%;
    margin: 35px auto 10px auto;
    text-align: center;
}

.helper {
    border: 3px solid #cccccc;
    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: #f8f8f8;
    border: 1px solid #999999;
    padding: 5px 10px;
}

