First of all, in /templates/ja_kyanite/css/template.css at line 105, remove:
td {
font-size:100%;
padding:5px;
}
In the same file, at line 92, remove:
.column ul li {
background:url("../images/bullet.gif") no-repeat scroll 20px 7px transparent;
line-height:160%;
margin-bottom:5px;
overflow:hidden;
padding-left:30px;
}
Same file, line 46, you see:
.column p, .column pre, .column blockquote, .column h1, .column h2, .column h3, .column h4, .column h5, .column h6, .column ol, .column ul {
margin:15px 0;
padding:0;
}
remove .column h3, and if you still have problems, remove everything.
Firebug is a great tool to figure out css issues. Try it, you`ll find it very easy to fix problems after that.