/*baseline colors and margins*/body {background-color: #FDC2E3; margin:0px;            }/*article layerabove this should be: div.xbar, div.ybar, and maybediv.zbar*/ /*wheat = #F5 DE B3*/article {margin: 0% 8% 0% 8%; padding:0px 40px 20px 40px; background-color: #FFFBEF; font:11px/24px; font-family: Palatino Linotype, Book Antiqua, Palatino, serif;}div.article {margin: 0% 8% 0% 8%; padding:0px 40px 20px 40px; background-color: #FFFBEF; font:11px/24px; font-family: Palatino Linotype, Book Antiqua, Palatino, serif;}/*header rules: note to self read up on hgroup in HTML 5also note, h2 currently affected by id*/h1 {font-size: 20px; text-align:center; margin: 5% -8% 0% -8%; border-top: groove 8px #738D8D; padding-top: 20px; letter-spacing: 5px; color: #7F0000;}h2 {margin: 0% -8% 0% -8%; font-size: 14px; border-bottom:ridge 8px #738D8D; padding-bottom:10px; text-align:center; letter-spacing: 3px; color: #7F0000;}abbr { border-bottom:dotted 1px darkblue; cursor:help;}td  { text-indent:25px; text-align: justify; line-height:160%; letter-spacing: 2px; color: black;}
li { text-indent:5px; text-align: justify; line-height:160%; letter-spacing: 2px; color: darkgreen;}
ul:lastchild { color:black;}
td:first-child { color:darkgreen;}
ul {list-style-type:none;}blockquote {text-align: justify;}a {color:maroon; text-decoration:none;}.summary {margin: 1% 12% 1% 12%; text-align:center; color:darkblue;}.author {text-decoration: italics;}div.image  {  margin: 5% 8% 0% 8%;  padding:0px 40px 20px 40px;  float: right;  width: 30%;}#footnotes {font-size:80%;}/* floating footnote div */#footnotediv {    background-color:white;     position:absolute;    width:400px;    overflow:visible;    padding:3px;    padding-left:12px;    padding-right:12px;    border:1px solid #CDBBB5;    box-shadow:#555 0 0 10px;    -webkit-box-shadow:#555 0 0 10px;    -moz-box-shadow:0 0 10px #555;}#footnotediv div {    background-color:white;    padding:3px;    padding-left:12px;    padding-right:12px;    border:1px solid #CDBBB5;    box-shadow:#555 0 0 10px;    -webkit-box-shadow:#555 0 0 10px;    -moz-box-shadow:0 0 10px #555;}