

body {
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }


h1 {
    color : #7da7d1;
    font-size : 4em;
    font-weight : lighter;
    margin-bottom : 0px;
    padding-bottom : 0px;
  }


h2,h3,h4 {
    color: #418ADE;
  }


table.realtable td {
    background-color: #DFE7F3;
  }


table.realtable td,th {
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: top;
  }


th {
    background-color: #418ADE;
    color: white;
    text-align: left;
  }


table.realtable td.category {
    font-weight: bold;
  }


table {
    border-collapse: separate;
    border-spacing: 1px;
  }


table.menu td {
    background-color: #DFE7F3;
  }


table.logo {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: collapse;
  }


table.logo td {
    background-color: #418ADE;
    padding: 0px;
    margin: 0px;
  }


img.logo {
    background-color: white;
    border-right-style: solid;
    border-right-width: 1px;
    padding: 0px;
    margin: 0px;
    margin-right: 20px;
  }


b.new {
    font-size: x-small;
    color: white;
    background-color: #800000;
  }


b.fixed {
    font-size: x-small;
    color: white;
    background-color: #208020;
  }


a {
    text-decoration: none;
  }


a:hover {
    text-decoration: underline;
  }

