.font1 {
	font-family: Sylfaen, Arial, "Arial Black";
	font-size: 24px;
	font-weight: bold;
	color: #000066;
}
.font2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.font3 {
	font-size: x-large;
}
.underline {
	font-family: Elephant, "Arial Black", Arial;
	font-size: 18px;
	color: #666600;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}
.font4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: underline;
}
.line {
	border: thin solid #000099;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.bolder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
}
.line1 {
	border: thin solid #CCCCCC;
}
