body {
background: #CFF0FF;
background-image: url('https://i.imgur.com/DDswUTP.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right bottom;
}
a:hover {
	font-size: 16px;
}
a,a:visited {
  text-decoration: underline;
  color: #1D3B68;
}
a:hover,.intro a.post_no:hover {
  color: #1D3B68;
}
.intro a.email:hover span.name {
  color: #5555FF;
}
span.heading {
  color: #0F0AAF;
  font-size: 11pt;
  font-weight: bold;
}
.quote {
  color: #0F0AAF;
}
span.trip {
  color: #0F0AAF;
}
.intro span.name {
  color: #0F0AAF;
  font-weight: bold;
}
.intro span.subject {
  color: #0F0AAF;
  font-weight: bold;
}
div.post.reply {
background: #8EB4F2;
border-color: #33537A;
}
div.post.reply.highlighted {
background: #33537A;
border-color: #1D3B68;
}
header div.subtitle,h1 {
  color: #0F0AAF;
  text-align: center;
}