#content_Plans {
	width: 100%;
	height: 600px;
	text-align: center;
	background-color: #e3e3e3;
	margin: auto;
	}
#pName {
	width: 245;
	height:	75px;
	background-color: #FEB748;
	text-align: center; 
	}
#pExplain {
	width: 245;
	height: 350px;
	background-color: white;
	text-align: left; 
	padding: 3px 3px 3px 3px;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	}
u { 
    text-decoration: underline;
	}
ul {
    list-style: disk;
	}
.tab {
	margin-left: 22px;
	}
#pSubscribe {
	width: 245;
	height: 75px;
	text-align: center;
	background-color: #004466;
	}
</style>