function colr(o,bg,c,bc){
os=o.style?o.style:o
os.backgroundColor=bg
os.color=c
os.borderColor=bc;
}
function nrm(o,bc){colr(o,'3569c8','6599f8','6599f8')}
function hi(o,bc){colr(o,'ffffff','000090','96BFFB')}