body{
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
background-color: #FFF;
color: #000;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,input,fieldset,legend{
margin: 0px; 
padding: 0px;
}

ul,ol,h1,h2,h3,h4,h5,h6,p{
margin-bottom: 1em; 
}

a{
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
text-decoration: underline;
}

.clearer{
clear: both;
height: 0px;
font-size: 0px;
width: 0px;
}

h1, h2, h3, h4, legend{
font-weight: bold;
}

h1{font-size: 30px;}
h2{font-size: 24px;}
h3{font-size: 20px;}
h4{font-size: 16px;}

label{ /* This allows setting width for inline blocks */
display: -moz-inline-box;
display: inline-block;
font-weight: bold;
}

fieldset{
padding: 1em;
}

legend{
color: #444;
margin-left: 1em;
*margin-bottom: 1em;
font-size: 1.1em;
padding: 0px 0.3em;
}

span,div{
font-weight: normal;
color: #333;
text-decoration: none;
margin:0px;
padding:0px;
}

th{
font-size: 1.1em;
text-align: left;
margin:0px;
padding:0px;
}

label, ul{
text-decoration: none;
}

input, textarea, select{
font-weight: normal;
color: #555;
text-decoration: none;
padding-left: 2px;
}
