body, 
.wp-editor {
font-family: Arial, sans-serif;
font-size: 12pt;
line-height: 1.25em;
color: #333333;
}

p {
margin-bottom: 10px;
}

h1, h2, h3, h4, h5 {
font-weight: bold;
}


a:link {
color: #09248d;
text-decoration: underline;
}

a:hover {
color: #E00524;
text-decoration: underline;
}

a:visited {
color: #09248d;
text-decoration: underline;
}


strong {
font-weight: bold;
}

cite,
em,
i {
font-style: italic;
}

big {
font-size: 131.25%;
}

ins {
background: #ffc;
text-decoration: none;
}

blockquote {
font-style: italic;
padding: 0 3em;
}

ul li {
list-style-type: disc;
margin-left: 3em;
}

ol li {
list-style-type: decimal;
margin-left: 3em;
}


/* LAYOUT */
/* ----------------------------------------- */

/* Presentational classes generated by WordPress */
.aligncenter	{ display: block; margin: 0 auto; }
.alignleft		{ float: left; margin: 0 20px 20px 0; }
.alignright		{ float: right; margin: 0 0 20px 20px; }
.wp-caption		{ border: 1px solid #999; text-align: center; background: #eee; padding: 10px; margin: 10px; }
.clearfix               { clear: both; }