/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100%}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background: #fff;
  font: normal 62.5% Helvetica, Arial, Verdana, sans-serif;
  text-align: left;
  color: #000;
  margin: 20px;
}

label {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
}

input, textarea {
  display: block;
}

textarea {
  width: 100%;
  margin-bottom: 1em;
}


h1 {
  font-size: 2em;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}

ul {
  margin: 20px;
  list-style: disc;
  font-size: 1.2em;
  line-height: 1.5em;
}

