body {
	font:76.5%/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color:#999;
}
#tinymce {
    color:#000;
}
.tinymce-preview {
    background:#000;
}

p,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom:15px;
}

a {
    text-decoration:none;
    color:#5dbccf;
}
a:hover,
a:focus,
.hover a {
    text-decoration:underline;
    color:#8de0f0;
}
a:focus {
	outline:1px dotted invert;
}

h2 {
    font-weight:normal;
    margin-bottom:2px;
	font-size:1.8em;
	color:#f61616;
}
.cufon-ready h2 {
    font-size:2.4em;
}

h3, h4, h5, h6 {
    font-weight:bold;
	font-size:1em;
}

ul {
	padding:0 0 0 20px;
	list-style:disc;
}

blockquote {
    font-style:italic;
    font-size:1.3em;
	color:#f61616;
	margin-left:0;
}
