html{width: 100%;min-width: 350px;max-width: 100%;height: auto;min-height: 100%;max-height: auto;
      border: none;background:#000000;background-color: #000000; overflow: hidden;}

body{width: 100%;min-width: 350px;max-width: 1920px;height: auto;min-height: 100%;max-height: auto;
      margin:0px;margin-left: auto; margin-right: auto;padding:0px;overflow: visible;
      background:#000000;background-color: #000000;font-family: Arial, sans-serif, serif, Verdana;font-size: 15px;
      font-style:normal;font-weight: normal;border: none;}

p{margin:0px; line-height: 1;}

a:link {color:black;text-decoration: none;}
a:visited {color:black;text-decoration: none;}
a:hover {color:black;text-decoration: underline;}
a:active {color:black;text-decoration: none;}

div {
   -webkit-user-select: none; /* Safari 3.1+ */
   -moz-user-select: none; /* Firefox 2+ */
   -ms-user-select: none; /* IE 10+ */
   user-select: none; /* Standard syntax */
}

#IndicaResolucao {display: none; position: fixed;top:5px;right: 450px;z-index: 5;
      margin: 0px;padding: 0px;cursor: pointer;
      width: 120px;min-width: auto;max-width: 120px;
      height: 35px;min-height: auto;max-height: 35px;
      background: none;background-color: #000000;border: none;
      font-size: 80%;text-align: center;color: #808080;}

@media screen and (max-width: 700px) {
      #IndicaResolucao {right: 1px;}      
}    

 