/** * Custom Portal Stylesheet (/custom.css) * @package Portal * @subpackage Frontend */ html, body { background-color: white; } #headerInner { background-color: #FF9934; color: #fff; } #bodyLeftOuter, #bodyLeftInner, #bodyLeftInner a:hover, #bodyLeftInner a:link, #bodyLeftInner a:visited { background-color: #F2984C; } #bodyRightOuter, #bodyRightInner { background-color: #FFCC66; } #footerInner, #footerOuter { background-color: #FF9934; }