@charset "utf-8";
/* CSS Document */

body {
margin:0px;
font-size: 16px;
background-color: #b0805a;
}

p {
margin:0
}

/* DIVS */ 

table {
  font-size: 16px; /* Set the font size to 16 pixels */
}

th {
  font-size: 18px; /* Set font size for table header cells */
}
td {
  font-size: 14px; /* Set font size for table data cells */
}

#purchase {
width:400px;
margin: 0 auto 0 auto;
height: 200px;
font-size: 16px;
text-align: center;
}

#narrative {
width:200px;
margin: 0 auto 0 auto;
font-size: 16px;
color: blue;
text-align: center;
}

#blue {
width:500px;
margin: 0 auto 0 auto;
font-size: 16px;
background-color: #d3d3d3;
text-align: left;
}

#header {
margin: 0 auto 0 auto;
background-image:url(images/header.jpg);
height:50px;
width:848px;
}

#nav {
height:50px;
width: 848px;
background-color:#000000;
line-height:23px;
text-transform:capitalize;
border-style:solid;
border-color:#FFFFFF;
border-width: 1px;
}
