body {
  font-family: verdana, romantic, arial;
  color: green;
  background-color: white;
}

th {
  font-size: 15px;
  color: green;
}

td {
  font-size: 12px;
  color: green;
}

div {
  padding: 4px;
}

a:link {
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  color: white;
}

a:visited {
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  color: white;
}

a:hover {
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  color: #f3e888;
}

a:active {
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  color: #f3e888;
}

.greencaps {
  background-color: #c6da96;
  font-size: 20px;
  font-weight: bold;
  border-right-color: #2c1a1a;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #2c1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.hg1rot {
  color: #d40c0c;
  background-color: #adce98;
}

.hg1 {
  background-color: #adce98;
}

.hg-1 {
  background-color: #dce6d5;
}

/* ********** */
.btn {
  border: 4px solid #9c9;
  height: 13px;
  width: 108px;
  /* position: fixed; */
  line-height: 13px;
  text-align: center;
  background-color: #693;
  right: 16px;
}

/*
    .dse {
      bottom: 16px;
    }

    .imp {
      bottom: 64px;
    }

    @media screen and (min-width:1160px) {
      .btn {
        left: 1000px;
      }
    }

   @media screen and (min-height:860px) {
      .dse {
        top: 732px;
      }

      .imp {
        top: 780px;
      }
    }


    @media print {
      .btn {
        display: none;
      }

    }
  */

/*
  table {
    border:2px solid red;

  }
  table table{
    border:2px solid blue;

  }
  th {
    border:2px dashed red;

  }
  table table th{
    border:2px dashed #fff;

  }
  td {
    border:2px dotted red;

  }
  table table td{
    border:2px dotted #fff;

  }
  */
