/* @override http://www.thetapaslunchcompany.com/css/TLC_type.css */

/*
 * headings
 */

body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

strong, em, b, i {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, address {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode",  Verdana, Arial, Helvetica, sans-serif;
}


h1, h2, h3, h4, h5, h6 {
		margin-top:0;
}

h1 {
	font-weight: normal;
	color: #ce3800;
	font-size: x-large;
}

h2 {
	color: #b4b4be;
	font-size: large;
}

h3 {
	color: #646478;
}

h4 {
	font-weight: normal;
	color: #6faf27;
}

blockquote{
	color: #000;
	font-style: italic;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	text-align: center;
}
