body {margin-top:10px;
      margin-left:25px;
      margin-right:25px;
      margin-bottom:20px;}

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,dd,dt,br
     { font-family: sans-serif; }

h1 {font-size:18pt;
    color: black;
    background: white;
    font-family: sans-serif;
}

h2 {font-size:16pt;
    color: maroon;
    background: white;
    font-family: sans-serif;
}

h3 {font-size:12pt;
    color: black;
    background: white;
    font-family: sans-serif;
}

h4 {font-size:12pt;
    color: black;
    background: white;
    font-family: sans-serif;
}

div,p,
li,td,th, address,nobr,dl,dd,dt { font-size:12pt; }

th {background-color: rgb(255, 255, 224);
       color: rgb(0, 0, 0);
       font-family:sans-serif;
       font-size:12pt;
       border-width: 1px;
       border-style: solid;
       border-color: black;
}

td {background-color: rgb(255, 255, 255);
       color: rgb(0, 0, 0);
       font-family:sans-serif;
       font-size:12pt;
       border-width: 1px;
       border-style: solid;
       border-color: black;
}


A:visited {
  font-size: 11pt;
  font-family: sans-serif;
  color: #ff0000;
  background-color: #ffffff;
}
A:hover {
  font-size: 11pt;
  font-family: sans-serif;
  color: maroon;
  background-color: #ffffff;
}
A:link {
  font-size: 11pt;
  font-family: sans-serif;
  color: #0000ff;
  background-color: #ffffff;
}
A:active {
  font-size: 11pt;
  font-family: sans-serif;
  color: #0000ff;
  background-color: #ffffff;
}