/* Let's get passed some of the defaults with our own varients - call this after bp */

h1 {font-size:2em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1.5em;margin-bottom:0.75em;}
h3 {font-size:1.2em;line-height:1;margin-bottom:1em;}
h4 {font-size:1em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:0.8em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:0.8em;font-weight:bold;}

a:focus, a:hover {
  color:#000;
  text-decoration:none;
}

body{
  background-color: #ededed;
  background-position: center center;
  background-image: url(http://www.cleaningmag.com/interface/bgtile.gif);
  background-repeat: repeat-y; 
}

.box {
  padding:1em;
  margin-bottom:1em;
  background:#CCC;
}
