body {
  background-color : #FFFFFF;
}

p, ul, ol, li, {
  font-family : "tahoma", sans-serif;
  font-size : 10pt;
  color : #000000;
  font-weight : normal;
  text-align : justify;
}

td {
  font-family : "tahoma", sans-serif;
  font-size : 10pt;
  color : #000000;
  font-weight : normal;
  text-align : left;
}

a:link {
  font-family : arial, sans-serif;
  text-decoration : none;
  font-size : 10pt;
  font-weight : bold;
  color : #FFFF00;
  text-align : left;
}

A:hover{
  font-family : arial, sans-serif;
  text-decoration : none;
  font-size : 10pt;
  font-weight : bold;
  color : #FFFF00;
  text-align : left;
  background-color : #4F4F4F
}

a:active{
  font-family : arial, sans-serif;
  text-decoration : none;
  font-size : 10pt;
  font-weight : bold;
  color : #FFFF00;
  text-align : left;
  background-color : #4F4F4F
}
a:visited {
  font-family : arial, sans-serif;
  text-decoration : none;
  font-size : 10pt;
  font-weight : bold;
  color : #FFFF00;
  text-align : left;
}

span {
  color : #0000FF;
  font-weight : bold;
}

hr {
  color : #000080;
}