/* set the heirarchy of OL styles */ ol { list-style:upper-roman; font-weight: bold; } ol ol { list-style:upper-alpha; font-weight: normal; } ol ol ol { list-style:disc; } ol ol ol ol { list-style:circle; } ol p { font-weight: normal; } table#yn { width: 16em; margin-left: auto; margin-right: auto; } table#yn td { text-align: center; width: 50%; height:40px; background: url(images/ovalbutton.png) no-repeat center; } p#quote, p.quote { margin-top: 0.8em; }