/*
Lakeland Reeds Bed and Breakfast style sheet
Filename: styles.css

Author: Amrit Nijher
Date: 2/2/2026
HTML5 and CSS3 Illustrated Unit C, Lesson
*/

body {
            background-color: ivory;
            text-align: left;
         }
         #contact {
            text-align: right;

         } 
         .accent { 
            color: darkcyan;

         }  
         h1, #contact {
            background-color: palegoldenrod;
            color: dimgray;
         }  
         P {
               color: red;       
         }       