
/* TYPOGRAPHY */

body {
	font-family: Georgia;
	font-size: 17px;
  font-style: normal;
	color:#222;
	line-height: 25px;
	margin: 35px 0px 0px 35px;
}

/* PIZZA */

#pizzaintro {
	font-size: 16px;
  font-style: normal;
	line-height: 26px;
}

#pizzeria {
	font-family: Georgia, Serif;
	font-size: 18px;
  font-style: normal;
	margin-top: 21px;
}

.yelp {
	font-family: Arial, Helvetica, San Serif;
	font-size: 13px;
  font-style: normal;
}

#footer {
	font-family: Arial, Helvetica, San Serif;
	font-size: 12px;
  font-style: normal;
	color:#111;
	line-height: 24px;
}


/* LINKS */

a:link, a:visited, a:active {
	color:#c00;
  font-style: normal;
	text-decoration:none;
  border-bottom:0px solid #111;
}

a:hover {
	color:#000;
	text-decoration:none;
  border-bottom:0px solid #111;
}

/* MISC */

#tweets {
	list-style: none;
	margin: 0px;
	padding-left: 1em;
	text-indent: -1em;
}

hr {
  margin: 29px 0px 24px 0px;
	border: 0px;
	width: 20%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}

.colophon a {
  font-style: normal;
  decoration: none;
  font-color: #456;
  margin: 35px 0px 0px 0px;
}
