body, 
.wp-editor {
font-family: Arial,Helvetica,sans-serif;
font-size: 12pt;
line-height: 1.25em;
color: #333333;
}
.wp-editor p {
font-size: 12pt;
line-height: 1.25em;
}

p {
margin-bottom: 10px;
}

h1, h2, h3, h4, h5 {
font-weight: normal;
margin-bottom: 0.75em;
}

a {
color: #003366; 
text-decoration: underline;
}

a:visited {
color: #003366;
}

a:active, a:hover {
color: #999999;
}

strong {
font-weight: bold;
}

cite,
em,
i {
font-style: italic;
}

big {
font-size: 131.25%;
}

ins {
background: #ffc;
text-decoration: none;
}

blockquote {
font-style: normal;
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; }