body { margin: 0 auto; font-family: Ubuntu, Arial, sans-serif; background: #ecebe9; font-size: 12px; line-height: 16px; background: url('bg_dots.png'); text-rendering: optimizeLegibility; overflow-x:hidden; } .clearBoth { clear: both; } .floatRight { float: right; } /*---------- Headers ----------*/ h1 { font-size: 36px; line-height: 40px; margin: 32px 24px; font-weight: normal; color: #333; } h2 { font-size: 24px; line-height: 28px; margin: 16px 0 8px 0; font-weight: normal; color: #333; } h3 { font-size: 16px; line-height: 20px; margin: 16px 0 8px 0; font-weight: normal; color: #333; } /*---------- General ----------*/ p { font-size: 12px; line-height: 16px; margin: 0 0 8px 0; } ul { margin: 0 0 8px 0; padding: 0; } a { color: #772953; text-decoration: none; } /*---------- Site specific styles ----------*/ #pageWrapper { background: white; -moz-border-radius:4px 4px 4px 4px; -moz-box-shadow:0 1px 4px #BBBBBB; -webkit-border-radius:4px 4px 4px 4px; -webkit-box-shadow:0 1px 4px #BBBBBB; background:none repeat scroll 0 0 white; margin: 0 auto 16px; padding:0 0 64px; } #header { -moz-border-radius:0 0 4px 4px; -moz-box-shadow:0 0 4px #888888; -webkit-border-radius:0 0 4px 4px; -webkit-box-shadow:0 0 4px #888888; background:url("light_stripes.png") repeat-x scroll 0 0 #dd4814; height:64px; position:relative; z-index:1; } #header a { width: 118px; height: 27px; float: right; background: url("logo.png"); margin: 16px 16px 0 0; } #main { margin: 16px 16px 0 16px; padding: 32px; background: #f7f6f5; } pre { overflow-y:auto; } .urgent { color:red; }