body {
  color: #000099;
  line-height: 1.4;
  font-family: Oswald, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em 0;
  line-height: 1.2;
  font-weight: 700;
}

h1 {
	font-size: 2em;
}

p {
	margin: 19px 0;
	font-family: Verdana, Arial, "Lucida Grande", sans-serif;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #0099ff;
}

th, td {
	padding: 2px 10px 2px 0;
}

table p {
	margin: 0 0;
}

.editor ul li,
.editor ol li
{
	font-family: Verdana, Arial, "Lucida Grande", sans-serif;
}

.smaller-margin {
	margin: 6px 0;
}

.larger-text {
	font-size: 1.1em;
}

a,
a:focus,
a:active
{
  color: #0099ff;
  font-size: 1em;
  text-decoration: none;
  margin-bottom: 12px;
  outline: none;
}

a:hover {
	text-decoration: none;
	color: #000099;
}

ul {
	padding: 0;
	list-style-position: outside;
	padding-left: 17px;
}

#content *:first-child { margin-top:0; }


/* CKeditor indents */

.text-indent-1 { padding-left: 1em; }
.text-indent-2 { padding-left: 2em; }
.text-indent-3 { padding-left: 3em; }
.text-indent-4 { padding-left: 4em; }
