body {
  background-color : #FFFFFF;
}

p, ul, ol, li {
  font-family : tahoma, sans-serif;
  font-size : 10pt;
  color : #5F5F5F;
  font-weight : normal;
  text-align : justify;
}

td {
  font-family : tahoma, sans-serif;
  font-size : 10pt;
  color : #5F5F5F;
  font-weight : normal;
  text-align : left;
}

h1 {
  font-family : tahoma, sans-serif;
  font-size : 16pt;
  color : #5F5F5F;
  text-align : left;
  font-weight : normal;
}

h2 {
  font-family : tahoma, sans-serif;
  font-size : 13pt;
  color : #5F5F5F;
  text-align : center;
  font-weight : normal;
}

h3 {
  font-family : tahoma, sans-serif;
  font-size : 12pt;
  color : #5F5F5F;
  text-align : center;
  font-weight : normal;
}

a:link {
  font-family : tahoma, sans-serif;
  text-decoration : underline;
  font-size : 10pt;
  color : #5F5F5F;
  }

a:active {
  font-family : tahoma, sans-serif;
  text-decoration : underline;
  font-size : 10pt;
  color : #5F5F5F;
  }

a:hover {
  font-family : tahoma, sans-serif;
  text-decoration : underline;
  font-size : 10pt;
  color : #000000;
  background : #00df00;
  }

a:visited {
  font-family : tahoma, sans-serif;
  text-decoration : underline;
  font-size : 10pt;
  color : #5F5F5F;
  }

  span {
  color : #5F5F5F;
  font-weight : bold;
  }

hr {
  color : #5F5F5F;
}