body {
	margin:8px auto 8px auto;
	background-image: url(../0-Files-Images/bg-world-map.jpg);
}
#Container {
	margin: 12px auto 12px auto;
	padding: 12px 2px;
	max-width: 800px;
	background-color:#FDEBA2;
	border: green solid 3px;
	border-radius: 24px;
	box-shadow: 0px 0px 5px 12px #9F3;
}
#Title {
	margin: 6px auto 20px auto;
	padding: 4px 18px;
	max-width: 679px;
	background-color: #FDEBA2;
	border: green solid 3px;
	border-radius: 24px;
	box-shadow: 0px 0px 12px 4px green;
	text-align: center;
	color: #4A0405;
	font-size: 21px;
	font-weight: bold;
}
.InTitle {
	font-size: larger;
}
dl{
	margin-left: 16px;
}
dd { /* 1 */
	display: list-item;
	list-style-type: square;
}
dd dd { /* 2 */
	display: list-item;
	list-style-type: circle;
}
dd dd dd { /* 3 */
	display: list-item;
	list-style-type: disc;
}
dd dd dd dd { /* 4 */
	display: list-item;
	list-style-type: circle;
}
dd dd dd dd dd { /* 5 */
	display: list-item;
	list-style-type: square;
}
dd dd dd dd dd dd { /* 6 */
	display: list-item;
	list-style-type: circle;
}
dd dd dd dd dd dd dd { /* 7 */
	display: list-item;
	list-style-type: disc;
}
dd dd dd dd dd dd dd dd { /* 8 */
	display: list-item;
	list-style-type: circle;
}
dd dd dd dd dd dd dd dd dd { /* 9 */
	display: list-item;
	list-style-type: square;
}
dd dd dd dd dd dd dd dd dd dd { /* 10 */
	display: list-item;
	list-style-type: disc;
}
dd dd dd dd dd dd dd dd dd dd dd{ /* 11 */
	display: list-item;
	list-style-type: circle;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0033FF;
	font-weight: normal;
	font-size: inherit;
}
a:link {
	color: #0000CC;
	overflow: visible;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-size: inherit;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: hidden;
	border-right-style: hidden;
	border-bottom-style: hidden;
	border-left-style: hidden;
	line-height: 165%;
}
a:visited {
	color: #7D028E;
	overflow: visible;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-size: inherit;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: hidden;
	border-left-style: hidden;
}
a:hover {
	color: #004600;
	background-color: #FEE481;
	overflow: visible;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-size: inherit;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: hidden;
	border-bottom-style: solid;
	border-left-style: hidden;
	border-color: #FF0000;
	border-radius: 10px;
}
a:active {
	color: #800000;
	background-color: #CCFF33;
	text-decoration: underline;
	font-size: inherit;
	border-radius: 10px;
}