html{
  font-size:100.01%;
}
body{
  width:100%;
  font-size:72.5%; /* Resize text to 1em - 10px */
/*  line-height:1;*/
  font-family: Verdana, Tahoma, sans-serif;
  color:#000;
  background-color:#fff;
  vertical-align:top;
}
input, select, textarea{
  font-size:100%;
}
table{
  empty-cells:show;
  border-collapse:collapse;
  border-spacing:2px;
  border-color:#999;
  font-size:100%;
}
table tr td, table tr th{
  border-color:#999;
}
h1,h2,h3,h4,h5,h6,pre,code,kbd{
  font-size:1em;
}
dl,ul,ol,li,dd,dt,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,table,tr,td,th,fieldset,input{
  margin:0;
  padding:0;
  list-style:none;
}
ol li{list-style:decimal;}
form label{
  cursor:pointer;
}
fieldset{
  border:none;
}
:link,:visited{
  text-decoration:none;
}
a img,:link img,:visited img{
  border:none;
}
address,abbr{
  font-style:normal;
}

