/* 3b_blue.css */

body { background-color: #fff; color: #006; }
#logo { background-color: #006; color: #fff; text-align: center; text-transform: lowercase; }
h1 { color: #c00; text-align: center; }
p { margin: 50px;}
ol { background-color: #006; color: #fff; list-style-type: upper-roman; margin-left: 70px; }
ol li { margin-bottom: 15px;}
ul { margin-left: 70px; list-style-type: square; }
ul li { margin-bottom: 25px;}
#footer p { text-align: right;}
img {border: none;}
