vadimiron
в смысле CSS? не знаю, не получилось
так что через javascript
HTML код:
<div style="width: 100; height: 20; background-color: blue; color: white; text-align: center" onmouseover="this.style.backgroundColor= 'red'" onmouseout="this.style.backgroundColor= 'blue'">
a text
</div>