body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li,dt,dd,div,form{
  margin:0;
  padding:0;
}
a img{
  border-style:none;
}
strong{
  font-weight: 800;
  font-size: 105%;
  color:#ff0000;
}
em{
  font-weight: 800;
  font-size: 105%;
  font-style:normal;
  color:#0000ff;
}
caption{
  text-align:left;
}
th{
  text-align:left;
}
.borderless{
  border: 0px;
}
.floatleft{
  float:left;
}
.floatright{
  float:right;
}
.clear{
  float: none;
  clear:both;
}
.indent{
  text-indent:1em;
}
.fontwhite{
  color:#ffffff;
}
.fontred{
  color:#ff0000;
}
.fontgreen{
  color:#008800;
}
.fontblue{
  color:#0000ff;
}
.weight800{
  font-weight:800;
}
.alignleft{
  text-align:left;
}
.aligncenter{
  text-align:center;
}
.alignright{
  text-align:right;
}
.displaynone{
  display:none;
}
.fontsizetwice{
  font-size: 200%;
}
.paddingnone{
  padding: 0 0 0 0;
}
.displayblock{
  display:block;
}
.displayinline{
  display:inline;
}

