<style > html, body {
   margin: 0px;
   padding: 0px;
   width: 98vw;
   max-width: 100%;
   font-family: Verdena;
}

.rowhigh {
   background-color: #FFFFEE;
}

.rowlow {
   background-color: #FFFFFF;
}

.rowhighbreak {
   background-color: #FFFFEE;
   page-break-before: always;
}

.rowlowbreak {
   background-color: #FFFFFF;
   page-break-before: always;
}

p {
   margin-top: .6em;
   margin-bottom: .6em;
}

   p.bigfix {
      margin-top: -.4em;
      margin-bottom: 0em;
   }

   p.margin {
      margin-left: 2em;
      margin-top: -1.75em;
   }

table {
   margin-top: 1em;
   margin-bottom: 1em;
}

   table.live {
      font-size: 2vw;
   }

   table.wdivs tbody tr:nth-child(2n) {
      border-bottom: 1px solid grey;
   }

   table.wdvcls tr {
      border-bottom: 1px solid grey;
   }

H1 {
   text-align: center;
   font-family: verdana;
   font-size: 125%;
   font-weight: bold;
   color: #0000FF;
}

H2 {
   text-align: center;
   font-family: verdana;
   font-size: 120%;
   font-weight: bold;
   color: #0000FF;
}

H3 {
   text-align: center;
   font-family: verdana;
   font-size: 110%;
   font-weight: bold;
   color: #0000FF;
}

th {
   color: black;
   font-family: verdana;
   font-size: 110%;
   font-weight: bold;
   background-color: orange;
}

td {
   vertical-align: top;
}

.bestt {
   font-weight: bold;
}

a:link {
   color: Orange;
   font-weight: bold;
}

a:visited {
   color: black;
   font-weight: bold;
}

a:hover {
   color: black;
   background-color: orange;
   font-weight: bold;
}

a:active {
   color: gray;
   font-weight: bold;
}

table.bkmark {
   color: navy;
}

.bkmark a:link {
   color: navy;
   font-weight: bold;
}

.bkmark a:visited {
   color: black;
   font-weight: bold;
}

.bkmark a:hover {
   color: white;
   background-color: navy;
   font-weight: bold;
}

.bkmark a:active {
   color: black;
   font-weight: bold;
}

.title a:link {
   color: white;
   font-weight: bold;
}

.title a:visited {
   color: white;
   font-weight: bold;
}

.title a:hover {
   color: white;
   background-color: black;
   font-weight: bold;
}

.title a:active {
   color: white;
   font-weight: bold;
}

a.ttlright {
   font-weight: bold;
   color: white;
   float: right;
}

a.ttlleft {
   font-weight: bold;
   color: white;
   float: left;
}

a.ttl:visited {
   font-weight: bold;
   color: white;
}

a.ttl {
   color: white;
}

span.ttlright {
   font-size: 105%;
   font-weight: bold;
   color: gray;
   float: right;
   font-style:italic;
}

span.ttlleft {
   font-size: 105%;
   font-weight: bold;
   color: gray;
   float: left;
   font-style:italic;
}
a.Button {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   display: inline-block;
   font-weight: bold;
   background-color: #ffc579;
   background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc579), to(#fb9d23));
   background-image: -webkit-linear-gradient(top, #ffc579, #fb9d23);
   background-image: -moz-linear-gradient(top, #ffc579, #fb9d23);
   background-image: -ms-linear-gradient(top, #ffc579, #fb9d23);
   background-image: -o-linear-gradient(top, #ffc579, #fb9d23);
   background-image: linear-gradient(to bottom, #ffc579, #fb9d23);
   filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffc579, endColorstr=#fb9d23);
   color: black;
   border-style: solid;
   border-width: 1px 1px 1px 1px;
   border-radius: 3px 3px 3px 3px;
   text-decoration: none;
   padding: 3px 5px 3px 5px;
   border-color: #adadad;
   font-size: 105%;
}

   a.Button:hover {
      color: white;
      border-style: solid;
      border-width: 1px 1px 1px 1px;
      border-radius: 3px 3px 3px 3px;
      text-decoration: none;
      padding: 3px 5px 3px 5px;
      border-color: #adadad;
      font-size: 105%;
   }

</STYLE >
