/* CSS Document used for Web Project One
Author: Giselle Reyes
Course: ITWP 1000
File: projectstyles.CSS
*/

body { background-color: #FFFFF0;
	   color: #000000;
	   font-family: Times New Roman, serif;
	   margin: 10px
}

h1 { text-align: center;
}

h2 { text-align: center;
}

nav { text-align: center;
}

footer { text-align: center;
}