body {
  margin: 0px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  background-color: #999999;
  color: white;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  text-decoration: underline;
  color: white;  
}

a:visited {
  color: white;
}

h1 {
  font-size: 18px;
  text-align: left;
}

h2 {
  text-align: justify;
  margin-top: 15px;
  font-size: 10px;
}

.notice {
  margin-top: 15px;
  font-size: 10px;
}

.whitelink {
  font-size: 12px;
  color: white;
  font-weight: bold;
}

.whitelink:visited, .swhitelink:visited {
  color: white;
}

.swhitelink {
  font-size: 11px;
  color: white;
  font-weight: plain;
}

.textheader {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0px;
}

.textjustify {
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 15px;
  text-align: justify;
}

.input, select {
  font-family: Verdana;
  color: black;
  font-size: 8pt; 
  font-weight: normal;
  border: 1;
  border-style: solid;
  border-color: black;
  background-color: white;
}

th { text-align: center; }

img { border-color: black; }

.text13 { 
  font-size: 13px; }
.text15b {
  font-size: 15px;
  font-weight: bold;
}

.pad5 { 
  margin-bottom: 5px; 
}
.pad10 {
  margin-bottom: 10px; 
}
.pad20 { 
  margin-bottom: 20px;
}
