/* PastaAmore.css */
/* This list changes the format of almost the entire website. */
    p {
       	background-color: white;
           color:#543136; font-family: "Goudy Old Style";
        
        }
    h1 {
        color:#543136; font-family: "Goudy Old Style"; font-weight: bold; background-color:#CF1C44;
        
    }
    h2 {
		
        color:#5e1211; font-family: "Goudy Old Style"; font-style: italic; 
		
      
    }

/* The body portion of the code keeps the site uniform and helps prevents distortion. */
body {
	width: 1500px;
	background-image: url(Media_For_Website/backgroundForPastaAmore3.jpg);
	background-repeat: repeat;

}

/* Changes my navlist from standard format to a horizontal line */
    #navlist li {
		
		display: inline;
        list-style-type: none;
        padding-right: 40px;
		
       color:#7b573e; font-family: "Goudy Old Style"; 
    }
    li {
        
        color:#7b573e; font-family: "Goudy Old Style";
    }
	a {
	color:#7b573e; font-family: "Goudy Old Style";
	}
footer {
	align-content: center;
	color:#5e1211; font-family: "Goudy Old Style"; font-style: italic;
	
}