﻿.mouseOver {
background:#08246B;
color: #ffffff;
cursor: default;
}

.mouseOut {
background: #ffffff;
color: #000000;
cursor: default;
}
