a {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: underline;
	color: white;
}

table.pricing {
	color: black;
	background: #DCDCDC;
}

td.pricing_header {
	color: black;
	background: #FFFFFF;
	border-bottom: 2px solid #777777;
	padding: 5px;
	font-weight: bold;
	font-size: 18px;
}

td.pricing_row_name {
	color: black;
	text-align: right;
	padding: 5px;
	padding-right: 10px;
	font-size: 14px;
	border-bottom: 1px solid #111111;
	border-right: 1px solid #ffffff;
}

td.pricing_row_price {
	color: black;
	text-align: left;
	padding: 5px;
	padding-left: 10px;
	font-size: 14px;
	border-bottom: 1px solid #111111;
}
