fix header font-size for hovers and javadoc
diff --git a/org.eclipse.jdt.ui/JavadocHoverStyleSheet.css b/org.eclipse.jdt.ui/JavadocHoverStyleSheet.css
index c629f18..257a8f2 100644
--- a/org.eclipse.jdt.ui/JavadocHoverStyleSheet.css
+++ b/org.eclipse.jdt.ui/JavadocHoverStyleSheet.css
Binary files differ
diff --git a/org.eclipse.jdt.ui/JavadocViewStyleSheet.css b/org.eclipse.jdt.ui/JavadocViewStyleSheet.css
index cf16420..57eb0f3 100644
--- a/org.eclipse.jdt.ui/JavadocViewStyleSheet.css
+++ b/org.eclipse.jdt.ui/JavadocViewStyleSheet.css
@@ -1,5 +1,6 @@
 /* Font definitions */
 html         { font-family: sans-serif; font-size: 9pt; font-style: normal; font-weight: normal; }
+body, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt { font-size: 1em; }
 pre          { font-family: monospace; }
 h1           { font-size: 1.8em; }	
 h2           { font-size: 1.2em; }