body {
  background-color: white;
  color: black;
  font-size: 14px;
}

h1, h2 {
  font-family: "times", "Times New Roman", serif;
  color: navy;
  background-color: #eee;
  border: 1px dashed silver;
}

h3, h4 {
  font-family: "times", "Times New Roman", serif;
  color: black;
  background-color: white;
  border-bottom: 1px dashed silver;
}

a {
  color: navy;
  background-color: none;
}

a:link {
  color: navy;
  background-color: none;
  text-decoration: none;
}

a:visited {
  color: navy;
  background-color: #eee;
  text-decoration: none;
}

a:active, a:hover, a:focus {
  color: #A00000;
  background-color: #fdd;
  text-decoration: underline;
}

a.title a.title:active, a.title:hover, a.title:focus a.title:link {
  color: navy;
  background-color: #eee;
  text-decoration: none;
}

a.image a.image:active, a.image:hover, a.image:focus a.image:link {
  background-color: none;
  text-decoration: none;
} 
  
img.image {
  border: none;
}

p, li, dt, dd {
  font-size: 15px;
}

address {
  font-size: 12px;
  font-style: italic;
}

pre {
}

pre b {
  background-color: #ddd;
}

pre i {
  color: red;
}

code {
  background-color: #ddd;
  font-size: large;
}

span.out {
  border: 1px solid black;
  font-family: monospace;
  font-size: small;
}

th {
  text-align: left;
  padding: 3px;
  background-color: #ddd;
}

tr.pub {
}

span.posted {
  font-weight: bold;
}

p.dateid {
  text-align: right;
  margin-top: -40px;
  margin-right: auto;
}

.sitaatti {
  position: relative;
  border: 2px dotted silver;
  margin-top: 0px;
  margin-left: 5px;
  float: right;
  width: 270px;
  font: italic 10pt georgia;
  text-align: center;
  padding: 3px;
  background: #eee;
}

p,h1,h2,h3,pre,address,form,ol,ul,div {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

ul.nobullet {
  list-style-type: none;
}

cite {
  background: #eee;
}

span.tags {
  font-weight: bold;
}

p.fail {
  color: red;
}

input.search {
  width: 80%;
}

img {
  max-width: 800px;
}
