In WP themes, the style.css show syntax not familiar to me. Please
point me to a Quick-Ref so I can look up such lines as
"font:bold italic 36px/42px "Times New Roman", Times, serif;"
which differ from my experience in HTML-CSS2, example
"h1 {font-weight:bold; font-style:normal; font-family:sans-serif;
font-size:20pt;color:#aa6633;}"
"http://www.w3.org/TR/xhtml1/#ref-css2" is not a quick-ref.