/* CSS Document used for Web Project 1
Author: Jesse Pence
Course: ITWP 1000
File: stylesheet.css
Information on using external CSS style sheet is located in Chapter 3.
*/
h1 {
    text-align: center;
}

nav {
    text-align: center;
}

footer {
    text-align: center;
}

body {
    background-color: #E2FFFF;
    color: #000000;
    font-family: Arial, sans-serif;
    margin: 10px;
}