The text-decoration-style property specifies how the line, if any, will display.
text-decoration-style: solid|double|dotted|dashed|wavy|initial|inherit;
p { -moz-text-decoration-style: wavy; /* Code for Firefox */ text-decoration: underline; }