html {
   font-size: 62.5%;

}

body {
   font-family : "georgia","times","times new roman",serif;
   line-height : 1.8em;
   padding-top : 3em;
   color : #444444;
}

h1 {
    font-size : 2em;
    margin-bottom : 0.5em;
}

h2 {
    font-size : 1.8em;
    margin-bottom : 0.5em;
}

h3 {
    font-size : 1.2em;
    margin-top : 0.5em;
    margin-bottom : 0.5em;
}

h4 {
    font-size : 1.4em;
    margin-bottom : 0.5em;
}

h5 {
    font-size : 1.3em;
    margin-top : 0.5em;
    margin-bottom : 0.5em;
}



a {
    color : inherit;
    text-decoration : none;
}

a:hover {
    color : inherit;
    text-decoration : underline;
}

li {
    margin-left : 1em;
    margin-right : 1em;
}

blockquote {
    background-color : silver;
    padding : 0.5em;
    font-style : italic;
}

#hd {
    margin-bottom : 2em;
}

#bd {
    text-align : justify;
}

#bd a {
    color : inherit;
    text-decoration : underline;
}

#bd ul {
    list-style : disc outside;
    margin-top : 0.5em;
}

#bd ul>li {
    list-style : disc inside;
    margin-bottom : 0.5em;
}


#ft {
    margin-top : 2em;
    text-align : center;
}

.plugin h3 {
    font-size : 1.3em;
    margin-bottom : 0.5em;
    margin-top : 0.5em;
}

.no_underline {
    text-decoration : none;
}

.align-right {
   text-align : right;
}

.list-inline li {
    display : inline;
}

.serendipity_entryFooter {
    margin-top:2em;
    margin-bottom:2em;
}

p {
  text-indent : 1em;
}

img {
  padding : 1em;
}

pre {
  margin-top:1.5em;
  margin-bottom:1.5em;
  margin-left:3em;
}

.serendipity_xml_icon img{
  padding :0;
}

ol.footnote li {
  list-style-type:decimal;
  font-size: 0.8em;
  line-height:1.0em;
}
