/* File: links.css */
DIV#containerLinks {
	width:					45em;
	margin:					1em auto;
	padding:					1em;
}
H3, UL {
	margin-left:					1em;
}
H3 {
	margin-bottom:					0.125em;
}
UL {
	margin-top:						0;
	margin-bottom:					1em;
	padding-bottom:				1em;
	border-bottom-width:			2px;
	border-bottom-color:			#00AA00;
	border-bottom-style:			groove;
}