/*
    This file contains styles for the main page text content.
    
    It is useful to separate this from the layout CSS, as some WYSIWYG editors
    will use this file to style the edit boxes in the site admin area.
*/


/* Set some defaults for browser standardisation. */
* {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 100%;
}

/* Set the default font and text size. */
body {
    font-size: 0.9em;
    font-family: Verdana, Geneva, sans-serif;
}

/* Always space out body text using botton margins! */
h1 {
    font-size: 2em;
    margin-bottom: 10px;
    color: #0b1940;
}

h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #0b1940;
}

h3 {
    font-size: 1.25em;
    margin-bottom: 10px;
    color: #0b1940;
}
h4 {
    font-size: 1.0em;
    margin-bottom: 10px;
    color: #0b1940;
}
h2, h3, h4 {
	clear: left;
}
p,
ul,
ol,
table {
    line-height: 1.4em;  /* Wider line spacing always looks nicer! */
    margin-bottom: 20px;
}
p.quotation {
	font-size: 1.0em;
	font-style: italic;
	color: #601016;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
p.description {
	font-size: 0.7em;
}
p.center {
	text-align: center;
	margin-left: 10px;
}
p.definition {
	font-size: 0.8em;
	color: #0b1940;
	margin-bottom: 10px;
}
li {
    margin-bottom: 10px;
    margin-left: 30px;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}
hr {
	margin-bottom: 20px;
}