nyc_derek
1/31/2014 - 9:15 PM

Basic CSS Stylesheet

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}
body {

}
p {

}
h1 {

}
h2 {

}
h3 {

}
blockquote {

}