  body { 
    font-family: sans-serif; 
    font-size: 12px;
  }
  a:link {
    color: #A63600;
  }
  a:visited {
    color: #740202;
  }
  a:hover {
    color: #E1B400;
  }
  .header {
    position: relative;
    left: 100px;
    width: 100%;
  }  
  .tbl {
    display: table;
    border-width: 50px;
    border-style: none;
    width: 100%;
  }
  .tblr { 
    display: table-row;
    border-width: 0px;
    text-align: left;
  }
  .main, .side {
    display: table-cell;
    border-width: 0px;	
    padding: 20px;
  }
  .side {
    width: 200px;
  }
  .navbar {
    display: block;
    border-style: solid;
    border-width: 4px;
    border-color: #A63600;
    width: 100%;
    font-size: 14px;
    position: relative;
    top: 20px;
  }
  .navbar-title {
    display: block;
    background-color: #A63600;
    color: white;
    font-weight: bold;
    font-size: larger;
    padding: 3px;
  }
  .navbar-body {
    display: block;
    padding: 5px;
  }
  a.navbar-link {
    text-decoration: none;
  }
  a.navbar-link:hover {
    text-decoration: underline;
    color: #A63600;
  }
  a.navbar-link:visited {
    color: #A63600;
  }
  .indent {
    position: relative;
    left: 20px;
  }
  .wxglade-app {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .wxglade-app-title {
    font-size: larger;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  .wxglade-app-url {
    display: inline;
    margin: 5px;
  }
  .wxglade-app-desc {
    display: block;
    margin-top: 5px;
  }
  .news-date {
    display: table-cell;
    font-weight: bold;
    padding-right: 5px;
    padding-bottom: 10px;
  }
  .news-date:after {
    content: ": ";
  }
  .news-content {
    display: table-cell;
    padding-left: 5px;
    padding-bottom: 10px;
    text-align: justify;
    width: 100%;
  }
  .item {
    display: list-item;
    position: relative;
    left: 20px;
  }
