/**/
body {
	background-color:#00187B;
	font-family: Arial, Helvetica, sans-serif;
	color:white;
}
/**/
a:link {
	color:#6699FF;
	text-decoration: none;
}

a:visited {
	color:#6699FF;
	text-decoration: none;
}

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

a:active {
	color:#CCFFFF;
	text-decoration: none;
}
/* GENERAL FORMATTING */
p {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-align:left;
}

em {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: white;
}
	
strong {
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	color: #FFCC33;
}
/* HEADERS */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-style: italic; 
	text-align: center;
	color: #FFCC33;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: italic; 
	text-align: center;
	color: white;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: normal; 
	text-align: center;
	color: red;
}

/* LISTS */

ul.spaced li {
	margin-bottom:15px;
}

ul.unspaced li {
	margin-bottom:0px;
}

/* QUOTES */

.quoteCredit {
	font-size:.8em;
	text-align:right;
	padding-left:30%;
	font-style:italic;
}