a:link {
  color: #000000;
  text-decoration: none;
}

a:visited {
  color: #222222;
  text-decoration: none;
}

a:hover {
  color: mediumblue;
  text-decoration: underline;
}

th, td, p, div, dt, dd, body {
  font-family: Verdana, Arial, Helvetica, sans-serif, serif;
  font-size: 10pt;
  font-style: normal;
  line-height: 1.5 em;
  text-align: justify;
  color: #333333 !important;
  letter-spacing: 0;
}

body {
  padding: 2em;
  text-align: left
}

li, ul, ol {
  text-align: justify;
}


pre {
  font-family: "courier new";
  border: 1px solid #a0a0a0;
  background-color: ivory; 
  padding: 1em;
}

input {
    border: 1px solid #8cacbb;  
    color: Black;
    background-color: white;
    margin-top: 0.4em;
    vertical-align: bottom;
}
textarea {
    border: 1px solid #8cacbb;  
    color: Black;
    background-color: white;
    padding: 0.2em;
}

div.entry {
    margin-left: 2em;
    margin-bottom: 0.5em;
}
div.title {
    padding: 0.2em;
}
div.content {
    padding: 0.5em;
}


