1body { 2 margin: 1em; 3 font-family: serif; 4 background: white; 5 color: black; 6} 7 8h1, h2, h3, h4, h5, h6, p, ul, ol, dir, menu, div, 9dt, dd, address, blockquote, pre, br, hr, form, dl { 10 display: block; 11} 12 13b, strong, i, em, cite, var, tt, code, kbd, samp, 14img, span { 15 display: inline; 16} 17 18li { 19 display: inline; 20} 21 22h1, h2, h3, h4 { 23 margin-top: 1em; 24 margin-bottom: 1em; 25} 26 27h5, h6 { 28 margin-top: 1em; 29} 30 31h1 { 32 text-align: center; 33} 34 35h1, h2, h4, h6 { 36 font-weight: bold; 37} 38 39h3, h5 { 40 font-style: italic; 41} 42 43h1 { 44 font-size: xx-large; 45} 46 47h2 { 48 font-size: x-large; 49} 50 51h3 { 52 font-size: large; 53} 54 55b, strong { 56 font-weight: bold 57} 58 59i, cite, em, var, address, blockquote { 60 font-style: italic 61} 62 63pre, tt, code, kbd, samp { 64 font-family: monospace 65} 66 67pre { 68 white-space: pre 69} 70 71address { 72 margin-left: 3em 73} 74 75blockquote { 76 margin-left: 2em; 77 margin-right: 2em 78} 79 80ul, dir { 81 list-style: disc 82} 83ol { 84 list-style: decimal 85} 86 87menu { 88 margin: 0 89} 90 91li { 92 margin-left: 1em 93} 94 95dt { 96 margin-bottom: 0 97} 98 99dd { 100 margin-top: 0; 101 margin-left: 1em 102} 103 104hr { 105 border-top: solid 106} 107 108a { 109 color: blue; 110 text-decoration: underline 111} 112 113p { 114 margin-top: 1em; 115 margin-bottom: 1em 116} 117