body { background-color: lightyellow; font-family: Arial; padding: 5%; color: red; } h1 { color: navy; font-family: "Times New Roman", serif; margin: 0; text-align: center; } h2 { font-family: "arial", serif; text-align: center; } h3 { font-style: italic; } a { color: #1B73D3n; } nav ul { background-color: white; border-style: solid; border-color: navy; border-width: 2px; padding: 10px; border-radius: 10px; } nav ul li { list-style-type: none; display: inline; margin-right: 10px; margin-left: 10px; color: blue; } nav ul li a { text-decoration: none; color: navy; } img { border-radius: 30px; display: block; margin: 0 auto; } footer{ text-align: center; } /********************************** This section is for styling tables ***********************************/ table, th, td { border: 1px solid HoneyDew; border-collapse: collapse; } tr { background-color: PaleTurquoise; } th, td { vertical-align: top; padding: 5px; text-align: left; } th { color: purple; } td { color: purple; } /********************************/