.bkgd {
	background-image: url(images/CSS_bkgd.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.underline {
	text-decoration: underline;
}
.blink {
	text-decoration: underline blink;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #053866;
}
.dottedline {
	border: medium dashed 163862;
}
.bkgd-figure {
	background-image: url(images/CSS_bkgd2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
