A:link {color: blue;}
A:visited {color: purple;}
A:hover {color: red;}
body { background: white; color: black; }

h1 { font-size: 1.5em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.0em; }

blockquote {
  margin-right: 2em;
  margin-left: 2em;
  padding-left: 1em;
  border: dashed 2px #FFCC66;
  width: auto 
}

caption {
  color: darkblue; font-weight: bold;
}

hr {
 height: 4px;
}

p {
  line-height: 1.3em;
}

img.title {
  border-width: 0px;
  float: left;
}

img {
  border: 0px;
}

span.category {
  color: red;
  font-style: normal;
  font-weight: bold;
}

span.date {
  font-size: 0.6em;
  font-style: normal;
  font-weight: bold;
}

span.title {
  font-style: normal;
  font-weight: bold;
  color: darkblue;
  text-decoration: underline;
}

span.mini-title {
  font-style: normal;
  font-size: 0.8em;
  font-weight: bold;
}

span.description {
  font-style: normal;
}

span.article {
  display: block;
  margin-bottom: 1em;
  line-height: 130%
}

span.navi {
  font-size: 0.8em;
}

