* {
  margin: 0px;
  padding: 0px;
}
h1 {
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  font-size: 50px;
}
h2 {
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  font-size: 50px;
}
h3 {
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  font-size: 20px;
}
header,
seaction,
footer,
aside,
nav,
article,
hgroup {
  display: block;
}
article {
  border: 1px solid #e0e0e0;
  background: #FAFAFA;
  webkit-border-radius: 5px;
  moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 15px;
}
hr {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 75%;
  color: #bfbfbf;
  /*used for IE, top color*/

  background: #bfbfbf;
  /*firefox and chrome, top color*/

  min-height: 0px;
  /*required to get IE to render the top pixel color*/

  border-left: 0px;
  border-right: 0px;
  border-top: 1px solid #bfbfbf;
  /*Your top color*/

  border-bottom: 1px solid #ffffff;
  /*Your bottom color*/

}
