Are you sure it's not some Drupal defaults? It would be interesting to target the element with Firebug and see where the styles are coming from. (If nothing shows up other than your styles, it probably is the browser, but I've not heard of a browser overriding these styles.)
BTW, if you did have to stick with the styles you've pasted above, you could group them todether like this:
Code:
body, td p {
color:#252525;
font-family:Arial,sans-serif;
font-size:12px;
line-height:1.7;
}
But you shouldn't have to.
EDIT: Welcome to SitePoint!
I dodn't notice it was your first post.
Bookmarks