@charset "UTF-8";
/* CSS Document */

.links a:link {
	color: #666666;
	text-decoration: none;
}
.links a:visited {
	color: #666666;
	text-decoration: none;
}
.links {
	margin-top: 5px;
	text-align: center;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration: none;
}

.links a:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

html {
	background-color: #FFFFFF;
}

#legalLinks {
	text-align:center;
}
