WordPress adds classes to the body element which can be used to target specific posts types ( amongst other things ). For the single post you can use the single-post class in your CSS selector eg.
.single-post h2 {
/* styles for the H2 in the single post */
}