You could try something like:
Code:
p.test {
border-bottom: 1px solid black;
text-align: center;
width: 40%;
margin: 0 30%;
Adjust percentages as necessary as long as they add up to 100%.
I don't know whether this is the *best* way but it could be *a* way.