/* my style sheet */

body { background: lightblue;
       margin-left:  10em; 
       }
h2, h3 { color: red;
text-align: center;
}
ol ul { color: blue; }
.draft { background-color: lightgray; }
.draft2 { color: #00FF00; }
#quote1 { margin-left: 30em; }