I'm trying to change to the blogtitle font to no avail.

The embedded CSS styles for blogtitle are as follows:
h1.blogtitle,h2.blogtitle{ display:block;margin:40px 0px 0px 350px;font-family:helvetica,sans-serif;padding:0;letter-spacing:1px;line-height:1.0em;font-size:360%;font-smooth:always}h1.blogtitle a:link,h1.blogtitle a:visited,h1.blogtitle a:active,h2.blogtitle a:link,h2.blogtitle a:visited,h2.blogtitle a:active{ text-decoration:none;color:#FFFFFF;font-weight:normal;font-smooth:always}h1.blogtitle a:hover,h2.blogtitle a:hover{ text-decoration:none;color:#AAAAAA;font-weight:normal}
I tried using CSS inserts but it made no difference whatsoever.
Any ideas?
Thanks,
Andy