#hover_span
{
    font-size: 12pt;
}

#hover_span:hover
{
    cursor: crosshair;
    background-color: yellow;
}
