Thanks guys, thanks for your help
I ended up adding the following to style.css to remove the Author and Date
.entry-meta {
display:none;
}
I also had to add these few lines of code to remove some horizontal rules left at the bottom.
.entry-meta-bar.clearfix {
display:none;
}
.default-wp-page.clearfix {
display:none;
}