h1 {
	color: red;
	text-align : center;
}

h2 {font-size: 130%;
	font-weight: bold;
	color: #006666;
	text-align : center;
}

.pricingtable {
	width: 100%;
	border: 1px;
	border-color : Fushia;
}

.pricingtable td {
	font: 800 16px Arial Helvetica sans-serif;
	color: #000000;
	text-align: center;
	background-color: #E6E6FA;
}

.pricingtable th {
	background-color : Blue;
	color: white;
}

.pricingtitle {
	background-color : Blue;
	color: white;
}

.whatsnew td {
	font-size: 130%;
	font-weight: bold;
	color: blue;
	
}

.producttable {
	width: 98%;
	text-align: center;
	
}

.producttable tr {
	
}

.producttable td {
	text-align: center;
	
}

.whatsnew li {
	color: blue;
	
	font-weight: bold;
	
}


