body {
  background-color: #ffffff;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

td {
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

h2 {
  color: #663300;
  font-size: 14pt;
  font-weight: bold;
}

h3 {
  color: #000000;
  font-size: 10pt;
  font-weight: bold;
}

ul {
  list-style-type: square;
}

pre {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #333333;
}
	
a:link {
  color: #666699;
  text-decoration: underline;
}

a:visited {
  color: #CC9933;
  text-decoration: underline;
}

a:hover {
  color: #CC9933;
  text-decoration: underline;
}

a:active {
  color: #666699;
  text-decoration: underline;
}

.nav {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #333333;
}

.just {
  text-align: justify;
}
