body {
  font-family: Lucida Grande, Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px;
  background: white;
  color : black;
  text-align: left;
  margin: 0px;
  background: white;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: black;
}
a:visited {
}
a:hover {
  text-decoration: underline;
}
#page {
  margin: 16px;
  padding: 0px;
}
#body {
  max-width: 1280px;
  min-width: 950px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
#footer {
  clear: both;
  text-align: center;
  padding: 24px;
  color: gray;
}
#content {
  padding: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
#twitter {
  text-align: justify;
  float: right;
  width: 240px;
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  line-height: 1.4;
}
#twitter ul {
  margin: 0px;
  padding: 0px;
}
#twitter li {
  padding: 16px;
  margin: 0px;
  list-style-type: none;
}
#twitter a {
  font-weight: normal;
}
#twitter .metadata a {
    font-weight: bold;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  color : black;
  padding-top: 0px;
  padding-bottom: 8px;
  padding-right: 0px;
  padding-left: 0px;
  margin: 0px;
}
h2 {
  font-size: 18px;
  font-weight: normal;
  padding-top: 0px;
  margin: 0px;
}
h3 {
  font-size: 14px;
  font-weight: normal;
  padding-top: 4px;
  color: #808080;
  margin: 0px;
}
.tweet {
  text-align: justify;
  line-height: 1.5;
  padding: 24px;
}
.blogEntry {
  text-align: justify;
  line-height: 1.5;
  padding: 24px;
}
.blogEntryTitle {
    font-size: 16px;
    margin-bottom: 12px;
}
#mainBody {
}
.hover {
  background: #E5F3FF;
}
.selected {
  background: #B3DBFF;
}
.highlighted {
  background: #FFFCB3;
}
.metadata {
  font-size: 11px;
  text-align: right;
}
#community {
    border: #d3d3d3 solid 1px;
}
#tweets {
    float: right;
    border: #d3d3d3 solid 1px;
    width: 220px;
    font-size: 12px;
}
#tweets .metadata {
    font-size: 10px;
}
.tweet {
    font-size: 12px;
}
#blogEntries {
    border: #d3d3d3 solid 1px;
}
#banner {
    font-size: 18px;
    background: crimson;
    color: white;
    padding: 12px;
    text-align: center;
}
#banner a {
    color: white;
}
.selectedFromDropDown {
  background: #FFFCB3;
}
.person {
    padding: 8px 12px 8px 12px;
    line-height: 2;
    font-size: 12px;
}
.share {
    text-align: right;
    margin-top: 8px;
}
#person {
    border: #d3d3d3 solid 1px;
    padding: 24px;
}
#people {
    border: #d3d3d3 solid 1px;
    padding: 24px;
}
.odd {
    background: white;
}
.even {
    background: #d3d3d3;
}
#siteMetadata {
    padding: 8px;
    margin-bottom: 8px;
    text-align: right;
}
.profileImage {
    float: left;
    margin-right: 8px;
    height: 200px;
}
