/* Print Styles for Lukes Grille
   Created and Maintained by Sails Digital
   http://www.sailsdigital.net */

body {
	margin: .8in;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	}

h1, h2, h3 {
	font-family: Verdana, Helvetica, sans-serif;
	}
	
#title h2 {
	color: gray;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 1.5em;
	}

#menu,
#submenu,
#quicklinks
hr,
#acrobat {
	display: none;
	}
	
a {
	color: gray;

	}
#logo a img {
	border: none;
}

/* print URLs after link text */
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	}