.bg {
	background:url(picts/world_bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	background-position:top center;
}

h1 {
font-size: 20px;
}

a:link		{ color: #5f533d; text-decoration: none; }

a:visited	{ color: #5f533d; text-decoration: none; }

a:active	{ color: #FFFFFF; text-decoration: none; }

a:hover		{ color: #5f533d; text-decoration: underline; }

.dotted {
border-color:#FFFFFF;
border-left:dotted;
}
