.pull_left {
	float: left;
}
.pull_right {
	float: right;
}
.c {
	clear: both;
}
a {
	text-decoration: none;
	color: #000;
}
p {
	margin: 0;
}
.unstyled {
	list-style: none;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 21px;
	margin: 0;
	padding: 0;
}