h1 { text-align: center; } h2 { font-size: large; font-weight: normal; } .yui-navset { margin: 0 0 1em 5%; width: 90%; } .yui-navset .yui-nav li { padding: 1px 0 0; background: #800000; } .yui-navset .yui-nav .selected { } .yui-navset .yui-nav a { padding: 0 1em; color: #000; text-decoration: none; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover { background: #C00; color: #FFF; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background: #cc0000; color: #FFF; outline: 0; } .yui-content { height: 20em; overflow: auto; border-left: 2px solid #C00; border-right: 2px solid #C00; border-top: 5px solid #C00; border-bottom: 5px solid #C00; padding: 0.25em 0; background: white; } .yui-content p { margin: 1em 1em; } .yui-content table { margin: 0; padding: 0; width: 100%; border-collapse: collapse; } .yui-content table td { padding: 1px 1em; border-left: 1px dotted; border-right: 1px dotted; } .yui-content table tr.heading { border-bottom: 2px solid #000; } .yui-content table tr.odd { background: #FFF; } .yui-content table tr.even { background: #FED; } .yui-content table td.input { text-align: center; width: 1em; } ul.errorlist { margin: 0 0 1em 5%; width: 75%; background-color: #C00; border: 2px solid #C00; } .errorlist li { display: block; background: #FDD; padding: 0.25em 1em; } input { background: #FED; border: 1px solid #999; color: black; } pre { width: 75%; margin: 0 0 1em 5%; padding: 1em; background: #FED; border: 2px solid #C00; }