	table.map {
    	border-spacing: 0px;
	    border-collapse: collapse;
    	background: #F9F5D7;
	    border: 0.3em solid #000000;
	}
	table.map th {
    	text-align: left;
	    font-weight: normal;
	    padding: 0.1em 0.5em;
	    border: 0px;
	    border-bottom: 1px solid #000000;
	}
	table.map td {
	    text-align: right;
	    border: 0px;
	    border-bottom: 1px solid #000000;
	    padding: 0.1em 0.5em;
	}
	table.map thead th {
	    text-align: center;
	    font-weight: bold;
	    background-color: #AA0000;
	    color: #FFFFFF;
	}
	table.map th.header {
    	text-align: left;
	}
	table.map td.nation {
    	background: #E8E4C0;
		text-align: center;
		font-size: 10px;
		color: #000000;
	}

.image img {
	opacity:0.4;
	filter:alpha(opacity=40)
}

.image a:hover img {
	opacity:1.0;
	filter:alpha(opacity=100)
}
		
.image a:link {
	color: black;
	text-decoration: none;
}
.image a:visited {
	color: black;
	text-decoration: none;
}
.image a:hover {
	color: black;
	text-decoration: none;
}
