body {
	font-size: 12px;
	color: #333;
	background-color: #7ba2d9;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
.heading {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #03C;
}
.red {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
.green {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #093;
}
.gray {
	font-size: 14px;
	font-weight: bold;
	color: #999;
}
