
html,body { height:100%; margin:0; padding:0; background:#EEE; }

div,span,img,p,h1,h2,h3,h4,h5,h6,ul,ol,li,form,input,textarea,select,fieldset,label { margin:0; padding:0; display:block; position:relative; }
body,body * { font-family:"arial","sans-serif"; line-height:normal; font-size:12px; color:#333; }
h1,h2,h3,h4,h5,h6 { font-weight:bold; margin-bottom:10px; }

h1	{ font-size:20px; font-weight:bold; margin-bottom:10px; }
h2	{ font-size:19px; font-weight:bold; margin-bottom:10px; }
h3	{ font-size:18px; font-weight:bold; margin-bottom:10px; }
ul	{ margin-bottom:10px; }
li	{ list-style:disc; margin:0 0 0 15px; padding:0; }
p	{ margin-bottom:10px; }
a	{ outline:none; text-decoration:none; font-weight:bold; }
img { border:none; }

a:hover	{ color:#000000; }

.clearfix:after { content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0; }
.clearfix { display:inline-block; clear:both; height:0; }
html[xmlns] .clearfix { display:block; }
* html .clearfix { height:1%; }

input,select,textarea { padding:3px; }