/*
   New Perspectives on HTML and CSS
   Tutorial 9
   Case Problem 1

   Kelsey's Diner Style Sheet

   Author:    David Katelansky
   Date:      07/21/2015

   Filename:         kdstyles.css
   Supporting Files: 

*/

body
{
   background-image: url("tan.jpg");
}

body h1
{
   align: center;
   color: green;
}

body h5
{
   align: center;
}

img {
   border-width: 0px;
}

dt.meal
{
    font-weight: bold;
	font-family: sans-serif;
	color: green;
}

