h1 {
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #FF6600;
}
.red {
	color: #FF0000;
}
.white {
	color: #FFFFCC;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
	font-weight: bold;
}
.size1 {
	font-size: 13px;
}
.title2 {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #FF6600;
}
.title1 {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #669933;
}
.bg {
	background-color: #99CC66;
	color: #FFFFCC;
}
.title3 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFCC;
}
.title4 {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
