h1 {
	font-size: 12px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {
	font-size: 98%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #CCCCCC;
}
h3 {
	font-size: 95%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../img/h3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFFFFF;
}
.red {
	color: #FF3300;
}

