body{
  margin: 0;
  padding: 0;
  text-align: left;
  font: 75% Verdana, Helvetica, Arial, sans-serif;
  background-color: #c0c0c0;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  color: black;
  font-size: 100%;
  font-family: tahoma, Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 0;
}

h1 {
    font-size: 160%;
}
h2 {
    font-size: 150%;
}
h3 {
    font-size: 140%;
}
h4 {
    font-size: 120%;
}
h5 {
    font-size: 100%;
}
h6 {
    font-size: 80%;
}

b {
  font-weight: bold;
}


a, a:visited, a:active{
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}

a:hover{
  color: 000000;
  text-decoration: none;
  font-weight: normal;  
}


hr{
  background-color: #102C42;
  height: 1px;
}


table{
  font-size: 100%;
}

tr{
  vertical-align: top;
}

.trlys{
  background-color: white;
}

.trmork{
  background-color: #EFEFEF;
}

