a:link {
   color: #228
}
a:visited, a:active, a:hover {
   color: #003
}
div.titleBar {
}
div.menuBar {
   padding-right: 5px;
   padding-left: 5px;
   color: #000;
   background: #8ed282;
   border: #000 1px solid;
   font-family: sans-serif;
   text-align: left;
   margin-bottom: 10px;
}
div.menuBar A:link {
   font-weight: bold;
   color: #000;
   text-decoration: none;
}
div.menuBar A:visited {
   font-weight: bold;
   color: #000;
   text-decoration: none;
}
div.menuBar A:active {
   font-weight: bold;
   color: #000;
   text-decoration: none;
}
div.menuBar A:hover {
   font-weight: bold;
   color: #fff;
   text-decoration: none;
}
img.titleImage {
   width: 434px;
   height: 53px;
}
div.footerBar {
  margin-top: 10px;
  font-weight: bold;
  font-size: smaller;
  font-family: sans-serif;
  color: #000;
  text-align: center;
}
div.footerBar A:link {
   font-weight: bold;
   color: #000;
}
div.footerBar A:visited {
   font-weight: bold;
   color: #000;
}
div.footerBar A:active {
   font-weight: bold;
   color: #000;
}
div.footerBar A:hover {
   font-weight: bold;
   color: #fff;
}
div.entry {
   margin-top: 10px;
   border: #000 1px solid;
   padding: 0px;
}
div.entryTitle {
   padding: 1px 10px 1px 10px;
   font-weight: bold;
   background: #c0c646;
   border: 0px;
   border-bottom: #000 solid 1px;
   font-family: sans-serif;
   margin: 0px;
}
div.entryDate {
   font-weight: bold;
   font-size: smaller;
   float: right;
   font-family: sans-serif;
}
div.entryBody {
   background: #fff;
   padding: 1px 20px 1px 20px;
}
div.entryFooter {
   font-family: sans-serif;
   font-weight: bold;
   font-size: smaller;
   padding: 1px 10px 1px 10px;
   border: 0px;
   border-top: #000 1px solid;
   background: #c0c646;
   margin: 0px;
}
div.entryContinue {
   margin: 5px;
   font-family: sans-serif;
}
body {
   margin:10px;
   background:#348737;
}
div.content {
   background: #fff;
   border: #000 1px solid;
}
div.commentInstructions {
   float:right;
}
div.commentBody {
   border: #000 1px solid;
   background: #ccc;
   padding: 5px;
   margin: 10px;
}
div.commentAttribution {
  font-weight: bold; 
}
div.faqQuestion {
  margin-top: 10px;
  font-weight: bold;
}
div.faqAnswer {
  margin-left: 20px;
}
