@font-face {
    font-family: 'karatulanormal';
    src: url('fonts/karan___-webfont.eot');
    src: url('fonts/karan___-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/karan___-webfont.woff2') format('woff2'),
         url('fonts/karan___-webfont.woff') format('woff'),
         url('fonts/karan___-webfont.ttf') format('truetype'),
         url('fonts/karan___-webfont.svg#karatulanormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat-light-webfont.eot');
    src: url('fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('fonts/montserrat-light-webfont.woff') format('woff'),
         url('fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: DarkSlateGray;
  font-family: 'montserratlight';
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  color: DarkSlateGray;
}

a:link, a:visited, a:active {
  text-decoration: none;
  font-weight: bold;
  color: DarkSlateGray;
}
a:hover {
  text-decoration: underline;
  font-weight: bold;
  color: DarkSlateGray;
}

div.header {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: White;
}

td.header {
  background-color: DarkSlateGray;
}