* { 
  -moz-box-sizing: border-box; 
}

body { 
  color: #000000;
  background: #ffffff;
  font-size: 12px;
  font-family: trebuchet ms, courier new, verdana;
  margin-top: 0px;
  margin-left: 0px;
	text-align: justify;
}

td {
color: #000000;
  background: #ffffff;
  font-size: 12px;
  font-family: trebuchet ms, courier new, verdana;
}

a:link {
  color: #FE3232;
  text-decoration: none;
  font-size: 12px;
}


a:visited {
  color: #FE3232;
  text-decoration: none;
  font-size: 12px;
}

a:active {
  color: #FE3232;
  cursor: hand; 
  text-decoration: none;
  font-size: 12px;
} 


a:hover {
  color: #000000;
  cursor: hand; 
  text-decoration: none;
  font-size: 12px;
}

