* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#footer-links {
	height: 100px;
	font-size: 11px;
}

#fl-content {
	width: 660px;
	text-align: center;
	margin: 0 auto;
}

a.summary {
	color: #7798CE;
	font-weight: bolder;
	text-decoration: none;
}
a.summary:hover {
	text-decoration: underline;
}

a.detail {
	color: #3C585C;
	font-weight: normal;
	text-decoration: none;
}
a.detail:hover {
	text-decoration: underline;
}

#descr {
	width: 660px;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	color: #3C585C;
}