.ques{
		font-style: italic;
	}
	
.center{
		text-align: center;
	}

.margin1{
		margin: 5px;
	}
	
.h1{
		font-size: 16px;
	}

.red{
		color: red;
	}
	
.gtee{
		font-size: 20px;
		text-decoration: underline;
		color: red;
	}
	
.save{
	margin: 5px 10% 5px 10%;
	padding: 5px;
	background-color: #CCFFCC;
	border: thin dotted black;
	}

.list{
	list-style: decimal inside;}
	
.benefit{
	text-align: center;
	margin: 5px 10% 5px 10%;
	padding: 5px;
	background-color: #66CCFF;
	border: thin dotted black;
	}
	
.benelist{
	list-style: circle inside;}
	
.fitpro{
		font-weight: bold;
		text-decoration:underline;}
		
.testie{
	text-align: center;
	margin: 5px 10% 5px 10%;
	padding: 5px;
	background-color: #FFFF66;
	border: medium dashed black;
	}