@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	border: none;
}

td.border {
	border: 1px solid #000;
}

h2 {
	text-align: center;
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color:#ff0;
	text-decoration: underline;
}

.map_link:link {
	color: #000;
	text-decoration: none;
}
.map_link:visited {
	color: #000;
	text-decoration: none;
}
.map_link:hover {
	color:#000;
	text-decoration: underline;
}

