body { }

p { }

td { }

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}

a:active {
	color: white;
	text-decoration: none;
}

#navigation_box { text-align: center; position: absolute; top: 140px; left: 363px; }

