  .entry_table {
     color:      #999999;
     background: #333333;
     border: 2px outset;
     width: 90%;
     background-image: url(/Images/bg_fade.jpg);
     background-repeat: repeat-x;
     margin-left: auto;
     margin-right: auto;
  }
  .entry_title {
     color:      #000;
     background: #2a2a2a;
     border: 2px inset;
     padding: 8px;
     font-size: large;
  }
  .entry_date {
     color:      #999999;
     float:      right;
     text-align: right;
     font-style: italic;
     font-size:  x-small;
  }
  .entry_body {
     padding: 0.5em 1em 0.5em 3em;
  }
  .entry_source {
     text-align: center;
     color:      #000;
     background: #2a2a2a;
     border:     2px inset;
     padding:    8px;
     margin:     4px;
     float:      right;
  }
  H1 {
     color: #999999;
     text-align: right;
     font-size: 24px;
  }

  H2 {
     color: #999999;
     text-align: right;
     font-size: 14px;
  }