/*  Alpha Brooks Sept 26,2020  Chapter 4- Lab1 */

body { color: #000000;
 background-color: #B8D1EB;
 font-family: "Times New Roman", serif;
}

#outerwrapper { width: 70%;
 margin: 0 auto 0 auto;
}

footer { font-size: 0.75em;
 text-align: center;
}

#main { background-color: #C5A98B;
 padding: 10px;
 clear: both;
}

#main, footer {clear: both;
}

.floatleft {float: left;
 margin-right: 3%;
}

.floatright {float: right;
 margin-left: 3%;
}

ul {list-style-type: none;   /*removed bullets */
}

