/* <pre><nowiki> */

/* Remove light blue bg */
#content {
    background: #FFF;
}
 
#content div.thumb {
    border-color: #FFF;
}
 
#p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {
    background-color: #FFF;
}

/* Light gray highlight on stuff */
input:focus, input:focus, textarea:focus, #wpOldTitle:focus, #wpReason:focus, #wpSummary:focus, #searchInput:focus {
    background: #F9F9F9
}

/* Change link colours */
a { color: #002BB8; }
a:visited { color: #002BB8; }

/* Hide sitenotice */
div#siteNotice {display:none}

/* </nowiki></pre> */