html, body, form, form p, fieldset {
	margin: 0;	padding: 0;
}
body {
	font: 62.5%/140% Arial, Helvetica, sans-serif;
	backgrond-color: #fff;
}
form, form p, fieldset, p, td, ul, ol {
    font-size: 1.2em;
}
/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0 .5em 0;
	padding: 0;
}

/* styles for headings */
h1, h2, h3, h4, h5, h6{
  text-align:left;
  font-family: Arial, Helvetica, sans-serif;
  clear: none;
}

/* links */
/* leave default values */


/* Apply left margin:
   Only to the few elements that need it: */
li, blockquote, dd {
	margin-left: 1.5em;
}

/* Miscellaneous conveniences: */
fieldset {
	border: none;
}
legend{
  font-weight:bold;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

img {
  border: 0;
}

a img {
  border: 0 none;
}

/* reusable classes */
.clear{
  clear:both;
}
hr {
    color: #000;
    background-color: #000;
    height: 1px;
    width: 80%;
    padding: 0;
    margin: 6px auto;
}
