First, hide all your titles etc using these codes:
<style>
.interestsAndDetails td.text {display:none;}
.interestsAndDetails .lightbluetext8 {display:none;}
.interestsAndDetails td {width:0px;}
.interestsAndDetails, .interestsAndDetails td {border:0px;}
</style>
Now that that's done, you need to make the background color of your interests section white, using this code:
<style>
.interestsAndDetails td td {background-color:white;}
</style>
Now hide your details section completely using this:
<style>
.userProfileDetail {display:none;}
</style>
Now whatever you put in your interests sections should just look exactly like it does when you put it in your about me (:
Hope this helps!