/*
	www.staticrain.net Stylesheet - (c) Chris Beales 2006-2010

	Name = text.css

	Version date = 12/04/2015
*/

@import "http://chrisbeales.net/text.css";

body {
	font-family : "Century Gothic", Arial, sans-serif;

	/* Midnight blue */
	background-color: #0F1F40;
	color: white;
	text-align: left;
}

em, acronym, a:link, a:visited, a:hover {
  color : #D3212F;
}

h1 {
	color: white;
	text-decoration: none;
}

h2 {
	color: white;
	text-decoration: underline;
}

h3, .quoteText {
	color: silver;
}

em {
	font-family : "Century Gothic", Arial, sans-serif;
	font-style : normal;
  color : #D3212F;
}

b {
	color : white;
}

a:hover {
	text-decoration : underline overline ;
}	

.onPage {
	color : silver;
}

.footerDiv {
	border-top-color: white; 
}

.topQuote {
	margin-bottom:3ex; 
	margin-top: 2ex;
}

.quoteText {
	font-style : italic;
	font-weight : bold;
	color : silver;
}
