<style>
			 /*<!--
         Lakeland Reeds Bed and Breakfast style sheet
         Filename: style.css
      
         Author: Brayden Stilwell  
         Date:    2/2/2026
         HTML5 and CSS3 Illustrated Unit C, Lessons
      -->*/
			body {
			background-color:ivory;
			text-align:left;
				 }
			#contact {
			text-align:right;
			}
			.accent {
			color: darkcyan;
			}
			h1, #contact {
			background-color:palegoldenrod;
			color: dimgray;
			}
			p {
				color:red;
			}
		</style>