BODY 
{ 	
	background-color: rgb(0,0,45);
	color: rgb(165,165,167);
	font-family: "Georgia", serif; 
	font-size: 100%;
}

H1
{ 
	color: orange; 
	font-size: 130%; 
	text-decoration: none; 
	font-weight: normal;
	line-height: 100%;
} 

#extra-title
{
	font-size: 100%;
}


H2, #extra-title 
{
	color: white;
	font-size: 100%;
	font-weight: normal;
	margin-left: 4em;
}

#extra-title
{
	font-size: 77%; 
	/* To allow for 130% enlargement of H1s */

	margin-left: 2.9em;
	margin-top: 1em;
}

#index, #extra-title
{
	color: rgb( 165,165,167 );
}

DIV.text 
{
	text-indent: 0em;
	background-color: rgb(0,0,45);
	margin-left: 3em;
	line-height: 110%;
} 

A:link, A:visited 
{ 
	color: rgb(205,205,195); 
	text-decoration: none; 
}

A:active
{ 
	text-decoration: underline; 
	color: white;
}

DIV.gloss
{
	padding-left: 4em;
	text-indent: 0em; 
	font-size: 90%;
	color: rgb( 152,146,152 );
}

.address
{	
	font-size: 50%;
	color: rgb(40,36,50);
	text-align: right;
	padding-right: 20%;
	padding-top: 4em;
}

DT
{
	margin-left: 4em;
	font-style: italic;

	color: rgb(100,96,100);
	font-weight: normal;
	text-decoration: none;
}

DD
{
	margin-left: 6em;
	font-weight: normal;
}


