/*This is the style sheet that corresponds to the tips.php page*/
.tips_content {
	padding: 16px;
}
.standard_text {
	text-align: left;
}
.title_text {
	text-align: left;
	font-size: 22px;
}
.tips_navi {
	text-align: center;
	font-size: 17px;
	width: 200px;
	margin: 0 auto;
}