/*CSS 0.1*/ /*baseline colors and margins*/ body { background-color: #738D8D; margin:0px; } /*wheat = #F5 DE B3*/ div.article { margin: 0% 8% 0% 8%; padding:0px 40px 20px 40px; background-color: #EAE0ED; font:11px/24px; font-family: Palatino Linotype, Book Antiqua, Palatino, serif ; } .maroon { color:maroon; } .midnight { color:darkblue; } h1 { font-size: 20px; text-align:center; margin: 5% -8% 0% -8%; border-top: groove 8px #738D8D; padding-top: 20px; letter-spacing: 5px; } h2 { margin: 0% -8% 0% -8%; font-size: 14px; border-bottom:ridge 8px #738D8D; padding-bottom:10px; text-align:center; letter-spacing: 3px; } abbr { border-bottom:dotted 1px darkblue; cursor:help; } p { text-indent:25px; text-align:justify; line-height:160%; letter-spacing: 2px; }