body {
  background: #FFFFFF;
  font-family: Georgia, serif;
  font-size: 13px;
  height: 100%;
}

a {
  color: #3D5A7D;
  text-decoration: none;
}

a:hover {
  color: #222222;
  background: #FFFF99;
  text-decoration: underline;
}

h1 {
  font-family: Trebuchet MS;
  font-size: 32px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 2px;
}

p { 
  margin: 2px;
}

pre {
  font-size: 13px;
  line-height: 120%;
}

p.byline { 
  font-family: Georgia, serif;
  font-size: 14px;
  font-style: italic;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  margin-top: 0px;
  margin-bottom: 2px;
  background: #999999;
}

p.leftcollink { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 120%;
  margin-top: 0px;
  margin-bottom: 8px;
  text-align: right;
}

p.leftcoltitle { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 120%;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 8px;
  text-align: right;
}

p.rightcollink { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 120%;
  margin-top: 0px;
  margin-bottom: 8px;
}

p.rightcoltitle { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 120%;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 8px;
}

p.blogdesc { 
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 120%;
  margin-top: 0px;
  margin-bottom: 8px;
  margin-right: 8px;
}

p.storytitle { 
  font-family: Georgia, serif;
  font-size: 20px;
  color: #eeeeee;
  background: #3D5A7D;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  margin-top: 12px;
  margin-bottom: 0px;
  margin-right: 8px;
}

p.storydate { 
  font-family: Georgia, serif;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 12px;
}

div.storycontents { 
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 130%;
  margin-left: 0.5em;
  margin-right: 2em;
}

p.copyright { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

/* Page Layout */

#header {
  margin: 0;
  background: #ffffff;
}

#leftcolumn { 
  width: 13%;
  float: left;
  background: #dddddd;
  padding-right: 1%;
  padding-left: 1%;
  padding-top: 6px;
  margin-top: 4px;
  margin-bottom: 4px;
}

#middlecolumn { 
  width: 69.5%;
  float: left;
  background: #ffffff;
  padding-left: 0.5%;
  margin: 0;
}

#rightcolumn { 
  width: 15%;
  float: left;
  background: #ffffff;
  margin: 0;
}

#searchbox { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #dddddd;
  padding: 2px;
}

#footer { 
  clear: both;
  background: #999999;
  border-bottom-width: 3px;
}
