@charset "UTF-8";

body {
	background-color: white;
}

a {
	background: none;
	color: #505050;
	text-decoration: none;
}

a:visited {
	/* color: #5a3696; */
	color: white;
}

a:active {
	/* color: #faa700; */
	color: white;
}

a:hover {
	text-decoration: underline;
}

a:link {
	color: white;
}

table.up {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 50em
}

td.up-blank {
	background-color: rgb(00,00,192);
	padding: 0;
}

td.up-link {
	color: rgb(255,255,255);
	padding: 0 7 0;
	font-size: 120%;
	vertical-align: top;
}

