@charset "utf-8";
/* CSS Document */

td {
	font-size: x-small
}
.ggg img {
	height: 45px;
	float: left;
	margin: 5px;
	border: solid black 1px;
}
.gg img {
	height: 50px;
	float: left;
	margin: 5px;
	border: solid black 1px;
}
.g img {
	height: 55px;
	float: left;
	margin: 5px;
	border: solid black 1px;
}
.parent img {
	height: 75px;
	float: left;
	margin: 5px;
	border: solid black 1px;
}
.person img {
	height: 100px;
	float: left;
	margin: 5px;
	border: solid black 1px;
}
.person, .parent, .g, .gg, .ggg, .person2 {
	background-color: #235454;
	color: #cccc66;
	border-color : #339999 Black Black #339999;
	border-style : groove groove groove groove;
	border-width : thin thin thin thin;
}

.person2 img {
	height: 200px;
	float: left;
	margin: 5px 15px 5px 5px;
	border: solid black 1px;
}
