/* These styles are used in the backend editor AND in the Theme (frontend) */

/* CSS is provided by the theme itself, and modified by any custom css you add to the theme. */
/* But that CSS is not active when using the backend-editor, so here is a good place to put  */
/* any custom css which should be active in the frontend website and also applied to editor. */
/* The goal is to make the visual editor display as like the final frontend view as possible */
/* so do not forget to configure the TinyMCE styles dropdown with elements to match these.   */

/* Suggested general non-tag-specific visual styles (for all websites) */

body { 
font-size: 12pt; 
line-height:1.1em; 
height:100%; 
padding-top: 5px; 
} 

blockquote {
margin:0 0 1em 1em;
padding: 1em 1em .5em;
color: #663300;
font-style:italic;
font-size:12.5pt;
}

h1 {
font-size: 2.0em;
line-height:1em;
}

h2 {
font-size: 1.2em;
}

h3 {
font-size: 1.1em;
}

.Footnote {
font-size:9pt;
line-height:10pt;
padding:0;
}

