
/* @group foot */

div#foot
{	margin: 0 auto;
	padding: 10px;
	text-align: center;
	width: 991px;
}

div#foot a
{	color: black;
	padding: 5px;
}

div#foot a:link,
div#foot a:visited
{	color: #555;
}

div#foot a:hover,
div#foot a.current
{	text-decoration: underline;
}

/* @end */


