.Box{
  border: 1px solid #FF9900;
  font-family: Arial;
  font-size:10px;
  color:#000000;
}
.texto {
  font-family: Arial;
  font-size:12px;
  color:#666666;
}

.nota {
  font-family: Arial;
  font-size:9px;
  color:#FFFFFF;
}

.resaltado {
  font-family: Arial;
  font-size:12px;
  font-weight: bold;
  color:#FF9900;
}

.titulo {
  font-family: Arial black;
  font-size:20px;
  color:#FF9900;
}

.contenido {
  padding: 25px;
}

A:link 	  {font-weight: bold; text-decoration: none; color: #666666;font-size: 12px;}
A:visited {font-weight: bold; text-decoration: none; color: #666666;font-size: 12px;}
A:active  {font-weight: bold; text-decoration: none; color: #666666;font-size: 12px;}
A:hover   {font-weight: bold; text-decoration: underline; color: #999999;font-size: 12px;}
