Long URLs in IE

I am working on a project for a client and have some long URLs that are breaking out of their elements in IE. I’ve tried the following code:

a {
	color: #003c03;
	white-space: pre-line;
}
a {
   word-wrap: break-word;
}

Nothing has worked so far. Can someone point me in the right direction?

Thanks!