﻿body {
  background-image: url(/images/grass_bg.jpg);
}

body, td, p, li {
  font-family: Arial;
  font-size: 11pt;
}

h1 {
  padding-top: 8px;
  font-size: 12pt;
  color: #373737;
  border-bottom: 1px solid #373737;
}

.links {
  font-size: 11pt;
  color: #373737;
  font-variant: small-caps;
}

.links a {
  color: #373737;
  text-decoration: none;
}

.BlogTitle
{
  font-size: small;
}

.BlogContent
{
  border-top: #dddddd 2px dashed;
  padding-top: 4px;
  padding-bottom: 10px;
}

.BlogDate
{
  text-align: right;
  font-size: small;
}

.mapName {
  font-size: 12pt;
  color: #373737;
  font-style: italic;
  text-decoration: underline;
}

.mapAddress, .mapAddressLabel {
  font-size: 10pt;
}

.mapInfo {
  font-size: 10pt;
  font-style: italic;
}

h2 {
  padding-top: 5px;
  font-size: 12pt;
  color: #373737;
}
 