body{
          margin-left: 10%;
          margin-right: 10%;
          margin-bottom: 1%;
          margin-top: 1%;
          background: #FFFFFF;
          color: #000000;
          font: 70% verdana, arial, sans-serif;
}

a:link {
          color: #000000;
          text-decoration: underline;

}

a:active {
          color: #000000;
          text-decoration: underline;

}

a:visited {
          color: #000000;
          text-decoration: underline;
          font-weight:bold;
}

a:hover {
          color: #000000;
          text-decoration: underline;

}

b{
          color: #000000;
          font: 11px verdana, arial, sans-serif;
          font-weight: bold;
}

h1 {
          margin-bottom: 15px;
          padding: 0px;
          color:#000000;
          font-size: 270%;
          font-weight: bold;
          letter-spacing: 0px;
}

h2 {
          margin-bottom: 10px;
          padding: 0px;
          color: #000000;
          font-size: 220%;
          font-weight: bold;
          letter-spacing: 0px;
}

td {
          background: #EFEFEF;
          padding:5px;
          border:1px dotted #000000;
}

