@charset "utf-8";
/* CSS Document */

body {
	background-color: #408080;
	background-repeat: repeat;
}
.headstyle {
	font-family: "Swis721 BlkEx BT", "Arial Black", "Gill Sana Ultra Bold";
	font-size: 36px;
}
.bgleft {background-color: #CCCCCC;}
.bgright {background-color: #C0C0C0;}
.words1 {font-family: Georgia, "Times New Roman", Times, serif;}
.style1 {font-family: "Kristen ITC", "Segoe Print";}
.style1B {
	font-family: "Kristen ITC", "Segoe Print";
	font-size: xx-large;
	font-weight: bold;
}
.style14 {	color: #d2913d;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}
.wordssmall {
	font-size: small;
}
.picright { 
	float: right;
	margin:10px;
	padding:10px;
	background-color: #B6CEAA;
	border:thick;
	border-color:#B6CEAA;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
}
.picleft {
	float:left;
	margin:10px;
	padding:10px;
	background-color: #B6CEAA
}
.caption {
	text-align: justify;
	font-size:80%
}