html
{
  /* overflow-y: scroll; */
  /* overflow: -moz-scrollbars-vertical; */
}
body
{
  text-align:left;
}
body *
{
  font-size:12px;
}
a
{
  text-decoration:none;
}
a:hover
{
  text-decoration:underline;
}
ul > li {
  display:list-item;
}
li {
  list-style-type:none;
}
table {border:none;}
table tr {border:none;}
table tr td {border:none;}