BODY {
	font-family: Arial;
  background-color: gray;
  color: white;
}
A:link { color: white; }
A:visited { color: cornsilk; }
A:active { color: white; }
A:hover { background-color: white; 
          color: black;
} 
A.darkref:link { color: darkblue; }
A.darkref:visited { color: olive; }
A.drakref:active { color: maroon; }
A.darkref:hover { background-color: white; 
          color: black;
} 
td.topleftcol { background-color: gray;
	text-align: left;
	width: 17%;
	font-size: .8em;
}
td.topcentercol { background-color: gray;
	text-align: center;
	font-size: .8em;
}
td.topcenter {
	text-align: center;
	font-size: .8em;
}
td.toprightcol { background-color: gray;
	text-align: right;
	width: 17%;
	font-size: .8em;
}

td.leftcol { background-color: gray;
	text-align: center;
	vertical-align: top;
}
td.rightcol { background-color: gray;
	text-align: center;
	vertical-align: top;
}
td.centercol { background-color: black;
	text-align: center;
	font-family: Arial;
	font-size: .8em; 
	padding: 5px;
}
td.bottomleftcol { background-color: gray;
	text-align: left;
}
td.bottomcentercol { background-color: gray;
	text-align: center;
	font-size: .8em;
}
td.bottomrightcol { background-color: gray;
	text-align: right;
}
table.maintable {
	width: 100%;
	height: 100%;
	text-align: center:
}
tr.middlerow {
	}

tr.toprow {
	vertical-align: top;
	height: 10%;
}
tr.bottomrow {
	height: 5%;
}
.country {
	font-size: 1.5em;
}
a.plusminus {
	text-decoration: none;
}

