body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 12pt;
	color: black;
}
#container {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 970px;
	border: none;
}
.center {
	text-align: center;
}
.red {
	background-color: red;
}
.green {
	background-color: green;
}
.country {
	font-size: larger;
}
img {
	border: none;
}
td, th {
	text-align: left;
}
h1 {
	font-size: 24pt;
}
h2 {
	font-size: 19pt;
}
p, li {
	font-size: 12pt;
}
pre {
	font-size: 10pt;
}
a {
	text-decoration: none;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:active {
	color: #000000;
}
a:hover {
	color: #FF0000;
}
