.packagelist a {
	color: Red;
	font: bold .8em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.packagelist a:hover {
	text-decoration: none;
}

table.packagelist {
	width: 430px;
	border-bottom: solid #42356B 2px;
}

.packagelist th {
	padding: 5px 5px 5px 5px;
	background: #42356B;
	color: #fff;
	font: bold 12px verdana, geneva, arial, sans serif;
	text-align: center;
	border-left: 1px solid #fff;
}

.packagelist td {
	padding: 3px 5px 3px 5px;
	vertical-align: top;
	text-align: center;
	background: #F2F1F5;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 15px;
	font-weight: bold;
}

.packagelist td.price {
	background: #ebebeb;
	font-weight: normal;
	font-size: .7em;
}

.packagelist td.feature {
	background: #dbdbdb;
	font-weight: normal;
	font-size: .7em;
	text-align: justify;
}

.packagelist td.plan {
   width: 55px;
	text-align: left;
}

table.packagecomparison {
	width: 450px;
	border-bottom: solid #E1342D 2px;
}

table.packagecomparison td {
	font: .8em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3.traffic {
	font: bold 1.6em Arial, Helvetica, sans-serif;
	color: Black;
	margin-bottom: 5px;
	margin-left: 4px;
}





