CSS Highlight Boxes Code

I’m having truble getting this to work can anyone help out?

Here’s the code:

<style>
A.HighlightME {

onMouseOver=“this.style.backgroundColor=’#D0F0FF’” background-color: onMouseOut=“this.style.backgroundColor=’’”;

}
</style>