/*

STARTER RTE

This sheet contains the code for the TYPO3 rich text editor

author:		David Steeb
e-mail:		typo3@b13.de

*/
html,body { font-family: "Arial", "Helvetica", sans-serif; font-size: 13px; line-height: 1.5em; color: #000; }

p { font-size: 12px; line-height: 16px; margin-bottom: 1em; }

h1 { font-size: 50px; }
h2 { }
h3 { font-size: 20px; line-height: 24px; margin-bottom: 0.4em; margin-top: 20px; }
h4 { font-size: 14px; line-height: 16px; font-weight: bold; margin-bottom: 0.3em; }
h5 { font-size: 16px; line-height: 18px; margin-bottom: 0; text-transform: uppercase; font-weight: normal; margin-top: 1.2em;  }
h6 { font-size: 14px; line-height: 16px; margin-bottom: 0.5em; margin-top: 2em; font-weight: bold; }

a { color: #999; text-decoration: underline; }
a:hover { color: #000; }

