body { background-color: #5497e6; }
blockquote { border-left: 0.3em solid #efefef; margin-left: 1em;
           padding-left: 1em; }
.dates { padding:0;margin:0; }
.link { padding-bottom: 0; margin-bottom: 0; }
.tagged { padding:0;margin:0; font-size: 0.8em;}

hr { color: #86C0EB;border: 0px solid #86C0EB;background:#86C0EB; }
/*hr { border-color: #86C0EB; }*/

/* General link styling */

a {
  text-decoration: none;
  color: black;
}

a:link, a:visited {
  border-bottom-style: dotted;
  border-bottom-width: 1px
}

a:hover, a:active {
  border-bottom-style: solid;
  border-bottom-width: 1px
}

.taglink {
/*  background-color: rgb(255, 255, 187);*/
/*  background-color: #AFEEFE;*/
/*  background-color: #6399DA;*/
/*  border-color: rgb(136, 85, 85);*/
  background-color: #86C0EB;
  border-color: black;
  border-width: 1px;
  color: rgb(51, 51, 51);
  height: 0px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  width: 0px;
}

a.taglink:link, a.taglink:visited {
  border-style: dashed;
}

a.taglink:hover, a.taglink:active {
  border-style: solid;
}
