body
  {
  background-color: ivory; 
  color: darkorchid;
  font-size: 10pt;
  font-family: verdana, sans-serif;
  text-decoration: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  }


a {
  font-family: verdana, sans-serif;
  background-color: black; 
  color: lavender;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  }

a:hover
  {
  background-color: silver;
  text-decoration: underline;
  }


h1 {
  color: darkorchid;
  font-size: 12pt;
  }

p {
  font-family: Verdana, sans-serif;
  color: darkorchid;
  font-size: 10pt;
  text-decoration: none;
  margin: 2;
  padding: 0;
  }

table {
  border-spacing : 1;
  padding: 0;
  }

td {
  font-family: verdana, sans-serif;
  background-color: lavender ; 
  color: darkorchid;
  font-size: 10pt;
  text-decoration: none;
  padding: 5px;
  }

th {
  font-family: verdana, sans-serif;
  background-color: darkorchid ; 
  color: lavender;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  padding: 5px;
  }

table.browserprops {width: 300px;}
table.browserprops td {font-size:8pt;font-family:arial,sans-serif;color:black;padding:2px;}
table.browserprops th {font-size:8pt;font-family:arial,sans-serif;color:white;padding:2px;}

table.showquery {width: auto;}
table.showquery td {font-size:10pt;font-family:arial,sans-serif;color:black;padding:2px;}
table.showquery th {font-size:10pt;font-family:arial,sans-serif;color:white;padding:2px;}

.buttonSubmit {
  background-color: black; 
  color: lavender;
  font-family: Verdana, sans-serif;
  font-size: 8pt;
  }

