/* styles for the legal notice page */

#legal {
	font-size: 12px;
}
#legal td {
	padding: 4px;
	margin: 0;
	text-align: left;
}
#legal td a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#legal td a:hover {
	text-decoration: underline;
}
p.boilerplate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
}
p.boilerplate strong, p.boilerplate strong {
}

