.BoxDiv {
	text-align: center;
	margin: 0px;
	padding: 1px;
	position: absolute;
	width: 184px;
	border: solid gold 1px;
	background-color: brown;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='gold', Direction=135, Strength=5);
}

.BoxLink {
	color: white;
	font-weight: bold;
	font-size: 27px;
	font-variant: small-caps;
	text-decoration: underline;
}

.RightLinks {
	margin-right: 2px;
	padding-right: 10px;
	overflow: auto;
	height: 100%;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 18px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction=135, Strength=3);
}

.FlagPic {
	border: solid black 1px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#777777', Direction=135, Strength=5);
}

.Heading {
	filter: progid:DXImageTransform.Microsoft.Shadow(color='gold', Direction=135, Strength=5);
}

.Africa {
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#777777', Direction=135, Strength=5);
}

.nobr {
	white-space: nowrap;
}