You have conflict in CSS.
In your page source it's:
.content {
padding: 5px;
background-color: #FFF;
text-align: justify;
}
Remove it and it will display properly.
Or, you can rename style content in this mod...
P.S.
Even though modern browsers handle properly <style> inside <body>, this is wrong and against the standards, you should avoid it.