h1 {
	text-align: center;
	margin: 0px;
	padding: 3px;
	font-size: 14pt;
}

h2 {
	text-align: center;
	font-style: italic;
	margin: 3px;
	padding: 0px;
	padding-bottom: 20px;
	font-size: 10pt;
}

h3 {
	font-size: 11pt;
}

h4 {
	font-size: 10pt;
}

.signup {
	float: right;
	background-color: rgb(255, 255, 153);
	border: 1px solid gray;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}

.signupLink {
	font-size: 12pt;
	display: block;
	margin-bottom: 10px;
}

.loginLink {
	font-size: 10pt;
	display: block;
	margin-top: 10px;
	padding: 2px;
	font-style: italic;
	border: 1px solid gray;;
	font-style: italic;
}

#promoPoints {
	
}

#promoTitle {
	font-weight: bold;
	font-size: 11pt;
	display: block;
	margin-bottom: 10px;
}

#philosophy th {
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 10px;
	text-align: center;
}

.faq {
	background-color: #D5E6ED;
	text-align: left;
	padding: 5px;
	margin: 10px auto;
	border: 1px solid gray;
}

.faqTitle {
	font-weight: bold;
	font-size: 11pt;
	display: block;
	margin: 10px;
	text-align: center;
}

.faqQuestion {
	font-weight: bold;
	font-size: 9pt;
	display: block;
	margin-bottom: 10px;
}

.faqAnswer {
	font-size: 9pt;
	display: block;
	margin-bottom: 10px;
	margin-left: 20px;
}

#planTable {
	border-collapse: collapse;
	width: 535px;
	text-align: left;
	margin: 10px auto;
}

#planTableContainer {
	text-align: center;
}

#planTable td {
	border: 1px solid gray;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}

#planTable th {
	border: 1px solid gray;
	width: 66pt;
	text-align: center;
	height: 38px;
}

#planTable .freePlan {
	background-color: rgb(255, 255, 204);
}

#planTable .feature {
	width: 135px;
	height: 12px;
	font-weight: bold;
}

#planTable .preview .feature {
	background-color: rgb(225, 225, 225);
	font-weight: normal;
}

#planTable .preview {
	background-color: rgb(225, 225, 225);
}

#mozToc a {
	font-weight: bold;
}

a {
	font-weight: 600;
}
