1/* This file contains the CSS data for the editable area(iframe) of TinyMCE */
2
3body, td, pre {
4	font-family: "Lucida Grande", Verdana,  Arial, Helvetica, sans-serif;
5	font-size: 12px;
6}
7
8body {
9	background-color: #fff;
10	margin: 4px;
11}
12
13div.pre {
14	margin: 0;
15	padding: 0;
16	font-family: monospace;
17}
18
19blockquote
20{
21	border-left: #1010ff 2px solid;
22	margin: 0;
23	padding: 0 0.4em;
24}
25