body {
	background-color: #003;
	color: #eee;
	font-family: "Times New Roman", Times, serif;
	margin-left: 60px;
	margin-top: 20px;
}
h1 {
	font-size: 40pt;
	font-weight: bold;
	margin: 0;
}
h2 {
	font-size: 16pt;
	font-weight: bold;
	margin: 0;
}
h3 {
	font-size: 14pt;
	font-weight: normal;
	margin: 0;
	margin-top: .2ex;
}
h4 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
}
p {
	font-size: 11pt;
	margin: 0;
	margin-top: .5ex;
}
td {
	vertical-align: top;
}
a {
	color: #eee;
	text-decoration: none;
}
a:hover {
	color: #f00;
}
h1 a:hover {
	color: #eee;
}
.red,.red * {
	color: #f00;
}
.red a:hover,.red a:hover * {
	color: #eee;
}
.country {
	font-size: smaller;
	font-weight: normal;
}
.ball {
	position: absolute;
	width: 200px;
	height: 200px;
	background-image: url("ball.gif");
	z-index: 1;
}
#text {
	position: relative;
	z-index: 99;
}