this is css text shadow property.for get this effect use
.style{
text-shadow:0 1px #FFFFFF;
}
but really this is effect of color combination that you are using in background and text.
so you should do.
- use text shadow color dark than background color.
- use text shadow color light than text color.