/*
Description: Used to style the TinyMCE editor.
*/


body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

a {
    color: #2d87cc;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    color: #222;
}

.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float:left; margin:5px 10px 5px 0; }
.alignright { float:right; margin:10px 0px 10px 15px; }
