/*



File Name: homeStyles.css
Date of creation: May 13, 2009
Purpose of Page: after Script for Intermediate Programming for the Internet
Course Instructor:  JilMac
What I like: the div code that works on the includes
What I would use again: the div code
What I changed: nothing; a css style script for final project




*/

body {background-color: #e7f9c0; color: #2e1900; font: 600 22px Charcoal;}
div#firstNav{display: block; float: left;  width: 300px; height:  1300px; border: 3px solid #000000;  border-top: none; font-size: 24px; margin-right: 30px; padding: 30px;}
div#head{text-align: center; border: 3px solid #000000;}
div#foot{padding-top: 50px; font: 400 15px Fantasy; }
ul{list-style-type: none;}
li{padding: 20px;};
ol{padding-left: 30px;}
caption{caption-side: top;}
table{border: 2px black;}