
    
BODY        {
	font-family: Arial, sans-serif;
	font-size: 1em;
	color : white;
	margin-right : 2em;
	margin-left: 2em;
	background : black;
}

P, FONT, UL, OL, DL
    {
	font-family: Arial, sans-serif;
	font-size: 1.0em;
	color: White;
	background : Black;
}

TD, TH
	{
	font-family: Arial, sans-serif;
	font-size: 1.0em;
	color: White;
	background: Black;
}

A:LINK {
	color : FFCC33;
	font-weight: bold;
	background : black;	
}

A:HOVER {
	color: white;
	font-weight: bold;
	background : black;
}	


A:VISITED {
	color : FFCC33;
	font-weight: bold;
	background : black;
}


.copyright  {
    font-family : Arial, sans-serif;
	font-size : .65em;
	color : white;
	background : black;
}

.cr_small  {
	font-size : .9em;
	font-family : Arial, Helvetica, sans-serif;
	color : white;
	background : black;
}


/* Smaller font for footer text */

.footer {
	font-family : Arial, sans-serif;
	font-size : .65em;
	color : white;
	font-weight : bold;
	background : black;
}

.footer a:link 
	{
	color: white;
	background : black;
}

.footer a:visited 
	{
	color: white;
	background : black;
}

H1 {
	font-family : Arial, sans-serif;
	font-size : 1.65em;
	font-weight : bold;
	color : white;
	background: black;
}

H2 {
	font-family : Arial, sans-serif;
	font-size : 1.50em;
	font-weight : bold;
	color : white;
	background: black;
}


H3 {
	font-family : Arial, sans-serif;
	font-size : 1.25em;
	font-weight : bold;
	color : white;
	background: black;
}


H4 {
	font-family : Arial, sans-serif;
	font-size : .75em;
	font-weight : bold;
	color : white;
	background: black;
}

UL       {
	font-family: Arial, sans-serif;
	font-size: 1em;
	color : white;
	background : black;
}

/*  Page turning classes */

.page_turning_container {
width: 649px;
text-align: center;
margin: 0 auto;
}

.image_container {
width: 475px;
text-align: center;
margin: 0 auto;
}

.page_nav_container {
width: 100%;
text-align: right;
padding-top: 10px;
padding-bottom: 5px; 
clear: left;
}

.source_link {
width: 100%;
text-align: center;
float: left;
clear: left;
padding-top: 5px;
font-weight: bold;
font-size: .80em;
}

.return_link {
width: 100%;
text-align: right;
float: right;
clear: right;
}
