Does Google care when index your page if you use css inside of your header? I mean does this negatively effect the keywords in the header tag? an example would be something like: <h1 class="styleHeading1">my keywords</h1>
Google does not care about that issue when indexing your page. No problem you can carry on like that way only.
just a suggestion: it is more advisable to keep those CSS codes externally for the reason it looks neat
Good question was wondering myself the other day. If you use an external and set the H1 tag to your font/color you don't even need to add a class= tag to your H1 tag so not sure how visible it even really is to spiders.
If you're doing it to scam them, they'll care. Otherwise, they'll just treat it like any other 1 tag.
no it wont be a problem at all. but better to keep a seperate css sheet. because it will reduce the code weight and your code will look clean and neat too!.
seems fine with me. i am doing this on my site and have no problem with that "<h1 class="headertitle">Top 10 Web Hosting - Best Web Hosts (2007) </h1>"