/* inline spellcheck */ .spell { font-family : Verdana, Arial, Helvetica, sans-serif; font-size: 13px; background-color: #E8F9E6; border: 1px inset #cccccc; } .spell-updated { color: #326aaf; } .spell-misspelled { color: #ff0000; } .spell-menu { font-family : Verdana, Arial, Helvetica, sans-serif; font-size: 13px; background-color: #CCCCCC; border: 1px outset #CCCCCC; } .spell-menu-mouse-out { background-color: #CCCCCC; } .spell-menu-mouse-over { background-color: #797AA1; color: #ffffff; }