/*
   New Perspectives on HTML and CSS
   Tutorial 9
   Case Problem 1

   Kelsey's Diner Style Sheet

   Author:  Anthony Caggiano  
   Date:   11/16/2024   

   Filename:         kdstyles.css
   Supporting Files: 

*/
body {
   background-image: url("tan.jpg");
}
img {
   border-width: 0px;
}
h1 {
   text-align: center;
   color: green;
}
h5 {
   text-align: center;
}
b {
   font-family: sans-serif;
   color: green;
}



