#bloco {
background-image: URL('fundo6.gif');
border-color : 004000;
}

img {
max-width: 100%;
height: auto;
}

table {
max-width: 100%;
}

body {
overflow-x: hidden;
}

@media (max-width: 600px) {
  font[size="7"] { font-size: 28px !important; }
  font[size="6"] { font-size: 24px !important; }
  font[size="5"] { font-size: 20px !important; }
  font[size="4"] { font-size: 18px !important; }
  table { font-size: 13px; }
  #bloco { display: none; }
}
