/*
   Lakeland Reeds Bed and Breakfast style sheet
   Filename: styles.css
   
   Author:   Alex Cabrera
   Date:     8/21/2026
   HTML and CSS3 Illustrated Unit C, Lessons
*/
			         body {
					             background-color: ivory;
								             text-align: left;
					          }
							           h1, #contact {
									               background-color: palegoldenrod;
												               color: dimgray;
															            }
							           #contact {
									               text-align: right;
												            }
															         .accent {
																	             color: darkcyan;
																				          }
																						  p {
																							     color: red;
																						  }