/* FOF Rates Style sheet */

/* Keeps things organized */
div.content table
{
	margin: auto;
	padding: 2px;
	border-spacing: 5px
}

/* Keeps the list to the left, instead of center, or right */
div.content ul
{
	text-align: left
}

/* Keeps this title centered */
h3
{
	text-align: center
}