body {
  margin: 40px 0px 0px 0px;
  background: white;
  text-align: center;
  font-family: "trebuchet ms,verdana,tahoma,arial", sans-serif;
  font-size: 12px;
}

p {
  text-align: justify;
  font-family: "trebuchet ms,verdana,tahoma,arial", sans-serif;
  font-size: 12px;
}

td {
  font-family: "trebuchet ms,verdana,tahoma,arial", sans-serif;
  font-size: 10px;
}

ul {
  text-align: left;
  font-family: "trebuchet ms,verdana,tahoma,arial", sans-serif;
  font-size: 12px;
  font-weight: bold;
  list-style-type: disc;
}

.b-spacer {
  height: 85px;
}

a {
  font-size: 10px;
}

a:active {
  color: #333;
  text-decoration: underline;
  font-weight: bold;
}

a:link {
  color: black;
  text-decoration: underline;
  font-weight: bold;
}

a:visited {
  color: #666;
  text-decoration: underline;
  font-weight: bold;
}

.white {
  color: white;
}

.copyright {
  color: #fff;
  font-family: "trebuchet ms,verdana,tahoma,arial", sans-serif;
  text-align: right;
  font-size: 12px;
}


