@charset "utf-8";
/* CSS Document */

* { padding: 0px; margin: 0px auto; }

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, li, dl, dt, dd, form, a, fieldset, input, th, td
{
margin: 0px auto; padding: 0; border: 0; outline: none;
}

body
{
/*line-height: 1;*/
/*font-size: 88%  Decide for yourself if you want to include this. */;
}

h1, h2, h3, h4, h5, h6
{
font-size: 100%;
padding: 0;
}

ul, ol
{
list-style-type: none;
}

a
{
color: inherit;
text-decoration: none;
}

a:hover
{
text-decoration: none;
}

.floatleft { float: left; }
.floatright { float: right; }

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix{height:1%}
