body{
          margin-left: 0px;
          margin-right: 0px;
          margin-bottom: 5px;
          margin-top: 10px;
          background: #65A6D6;
          color: #000000;
          font: 11px verdana, arial, sans-serif;
}

a:link {
          color: #0090E0;
          text-decoration: none;
          font-weight:bold;
}

a:active {
          color: #0090E0;
          text-decoration: none;
          font-weight:bold;
}

a:visited {
          color: #7F7F7F;
          text-decoration: none;
          font-weight:bold;
}

a:hover {
          color: #FF7F00;
          text-decoration: underline;
          font-weight:bold;
}

b{
          color: #2F2F2F;
          font: 11px verdana, arial, sans-serif;
          font-weight: bold;
}

h1 {
          margin-bottom: 15px;
          padding: 0px;
          color: #F9B020;
          font-size: 14px;
          font-weight: bold;
          letter-spacing: 1px;
}

h2 {
          margin-bottom: 10px;
          padding: 0px;
          color: #000000;
          font-size: 13px;
          font-weight: bold;
          letter-spacing: 1px;
}

td {
          background: #EFEFEF;
          padding:5px;
          border:1px dotted #000000;
}