@charset "utf-8";

/*
	I Don't Care Family Restaurant and Sports Bar Layout Styles
	Filename: ourmenu_layout.css
 */


/* Header Styles */
section#main h1 {
	color: rgb(170, 17, 17);
	font-size: 30px;
	text-align: center;
}


/* Paragraph Styles */

section#main p {
	text-align: center;	
}



