.img {
	border-top: thin solid #666666;
	border-right: thin solid #999999;
	border-bottom: thin solid #999999;
	border-left: thin solid #666666;

}
.subimg {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.indextitle {
	position: relative;
	top: 5px;
}
