p
	{
	color: black;
	font-family: Georgia;
	font-size: 1.0em; 
	line-height: 1.5em;
	margin: 10px 10px 10px 10px;
	text-align: left;
	}

.intro
	{
	color: black;
	font-family: Georgia;
	font-size: 1.0em; 
	line-height: 1.4em;
	margin: 10px 30px 10px 30px;
	text-align: left;
	}

.blurbs
	{
	color: black;
	font-family: Georgia;
	font-size: 1.1em; 
	line-height: 1.25em;
	margin: 10px 50px 10px 50px;
	text-align: center;
	}

.editors
	{
	color: black;
	font-family: Georgia;
	font-size: 1.2em; 
	line-height: 1.5em;
	margin: 10px 10px 10px 10px;
	text-align: center;
	}

.writers
	{
	color: black;
	font-family: Georgia;
	font-size: 1.0em; 
	line-height: 1.2em;
	margin: 10px 10px 10px 10px;
	text-align: center;
	}

.footer
	{
	color: black;
	font-family: Georgia;
	font-size: 0.8em; 
	line-height: 1.3em;
	margin: 10px 10px 10px 10px;
	text-align: right;
	vertical-align: bottom;
	}

.footerlink
	{
	color: #369;
	text-decoration: none;
	font-weight: bold;
	}

.footerlink:link
	{
	color: #369;
	text-decoration: none;
	font-weight: bold;
	}

.footerlink:hover
	{
	color: #f00;
	text-decoration: underline;
	font-weight: bold;
	}

.footerlink:visited
	{
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
	}

/* NOTE: DIFF BETWEEN A VERSUS A:LINK TO WORK WITH NAME/ID ANCHORS VERSUS LINK ANCHORS */

a
	{
	color: #000;
	font-weight: normal;
	text-decoration: none;
	}

a:link
	{ 
	color: #ooo;
	text-decoration: none;
	font-weight: bold;
	}

a:link:hover
	{
	color: #000;
	text-decoration: underline;
	}

a:visited
	{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}



h1
	{
	border-bottom: #c2c2c2 1px solid;
	color: #666;
	font: normal 1.6em Arial;
	padding: 15px 0 6px 8px;
	text-align: left;
	margin: 25px 0 15px 0;
	}

h2
	{
	background-color: #E7F4FC;
	color: #666;
	font: normal 1.2em Arial;
	padding: 3px 0 3px 10px;
	text-align: left;
	margin: 25px 0 15px 0;
	}

h3
	{
	background-color: none;
	color: #254C77;
	font: normal 1.2em Arial;
	padding: 3px 0 3px 10px;
	text-align: left;
	margin: 25px 0 15px 0;
	}

ul
	{
	text-align: left;
	font-family: Georgia;
	font-size: 0.8em; 
	line-height: 1.4em;
	list-style-type: disc;
	margin-left: 35px;
	margin-bottom: 1.5em;
	}

ul li
	{
	margin-bottom: 1em;
	}

ol
	{
	text-align: left;
	font-family: Georgia;
	font-size: 0.8em; 
	line-height: 1.4em;
	margin-left: 35px;
	margin-bottom: 1.5em;
	}

ol li
	{
	margin-bottom: 1em;
	}






