body{
	background-color: 	black;
	font-family: 		garamond, arial, sans-serif, times new roman;
	color: 				rgb(225,225,225);
	margin-top:			0px;
}

a{
	color:				rgb(0,0,0);
	text-decoration:	none;
	font-weight:		bold;
}

a:hover{
	text-decoration:	underline;
}

a.section{
	color:				rgb(255,255,255);
	text-decoration:	none;
	font-weight:		bold;
}

h2{
	color:				white;
	font-variant:		small-caps;
	font-weight:		bold;
}

#caption{
	font-family:		arial, times new roman;
	font-size:			8pt;
}

#section{
			color:				white;
			font-variant:		small-caps;
			font-weight:		bold;
			font-size:			16pt;
}

a.alt{color:rgb(255,255,255);}
a.alt:hover{text-decoration: underline overline;}

.homeLink{
	text-align:		right;
	font-weight:	bold;
	text-transform:	lowercase;
	color:			gold;
	margin-right:	15px;
}

A:hover.homeLink{
	text-decoration:	underline;
}

#selected{
	color: 			yellow;
	font-weight: 	bold;
}

