body { font-family:'Trebuchet MS', sans-serif; } #site_container { color: black; background-color: white; width: [page_width]; min-width: [page_width]; } #top_container { width: [page_width]; height: 60px; margin-bottom: 60px; } #logo { width: [logo_width]; float: left; } #pushdown { [header_div_attrs] background-color: #D68003; width: [header_top_widths.pushdown]; } #spacer { [header_div_attrs] background-color: #D6AD44; width: [header_bottom_widths.spacer]; } #contact { [header_div_attrs] background-color: #AF9256; width: [header_bottom_widths.contact]; } #contact a { [nav_link_attrs] } #list { [header_div_attrs] background-color: #663300; width: [header_bottom_widths.list]; } #list a { [nav_link_attrs] } #download { [header_div_attrs] background-color: #660000; width: [header_bottom_widths.download]; } #download a { [nav_link_attrs] } #example { [header_div_attrs] background-color: #996633; width: [header_bottom_widths.example]; } #example a { [nav_link_attrs] } .question { color: #660000; font-weight: bold; margin-left: [side_margin]; margin-right: [side_margin]; font-size: [large_em]; } .answer { margin-bottom: 80px; margin-left: [side_margin]; margin-right: [side_margin]; font-size: [medium_em]; } .accent { margin-left: [side_margin]; margin-right: [side_margin]; font-size: [large_em]; font-weight:bold; color: #663300; } /* so internal anchors aren't cut short when jumping */ #bottom_space { float: left; height: 1000px; } ol em { color: red; }