The hr tag can be personalized easily with CSS.
hr { color: #00FF00; background-color: #00FF00; border: 0px; height: 2px; width: 50%; text-align: center; }
Here's what it looks like: