Locate these line in style.css
.home #main h1 { border-bottom:2px solid #f2f2f2; color:#000; font:18px Georgia, Times, 'Times New Roman', serif; }
Replace the above code with this
.home #main h1 { background: #EBEBEB; padding: 2px; border: 1px solid #000033;-moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; color:#000; font:20px Georgia, Times, 'Times New Roman', serif; }