body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; max-width: 800px; margin: auto; background: #333; padding: 0px 0px 70px 0px; color: #c3c3c3; line-height: 30px; } h1 { font-size: 40px; color: #0095d0; text-align: center; margin-bottom: 40px; } h2 { text-align: center; } p { text-align: center; } h3 { /* This is called "sectioncolor" in the ConTeXt stylesheet. */ color: #00bf18; } /* There is a bar just before each category */ h3:before { content: ""; display: inline-block; margin-right:1%; width: 16%; height: 10px; /* This is called "rulecolor" in the ConTeXt stylesheet. */ background-color: #00bf18; } /* Definitions */ dt { float: left; clear: left; width: 17%; font-weight: bold; } dd { margin-left: 17%; margin-bottom:7px; } p { margin-top:0; margin-bottom:7px; } /* Blockquotes */ blockquote { text-align: center } /* Links */ a { text-decoration: none; color: #0095d0; } a:hover, a:active { background-color: #397249; color: #FFFFFF; text-decoration: none; text-shadow: 1px 1px 1px #333; } /* Horizontal separators */ hr { color: #A6A6A6; } table { width: 100%; }