Hola alid:
Prueba ésto, y dime si te sirve:
En el head:
<style type="text/css">
.boton1
{
background-color: cyan;
color: blue;
}
.boton2
{
background-color: blue;
color: cyan;
}
</style>
El botón:
<input onmouseover=this.className="boton2" onmouseout=this.className="boton1"
type=button class=boton1 value=comprobar>
Saludos