.center {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-align: center;
}
.floatright {
	margin: 10px;
	float: right;
}
.floatleft {
	margin: 10px;
	float: left;
}
.bgblue1 {
	background-color: #00CCFF;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.txtred1 {
	color: #990000;
}
.txtblue1 {
	color: #0033FF;
}
.txtgreen1 {
	color: #006600;
}
.txt18px {
	font-size: 18px;
}
.txtbrown1 {
	color: #663300;
}
.txtpink1 {
	color: #FF33FF;
}
.txtgrey1 {
	color: #333333;
}
.txtorange1 {
	color: #FF6600;
}
.center {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #660066;
	background-color: #FFF;
	padding: 5px;
}
.center .bgblue1 strong {
	font-size: 1.5em;
}
.center p strong {
	font-size: 1.25em;
}

