@charset "ISO-8859-1";

/* Foobar documents */

@import url("http://central.kaserver5.org/archer.css");

a img {
	border: none;
}

h2 {
	text-align: center;
}

th {
	text-align: left;
	font-weight: bold;
}

td {
	text-align: left;
}

@media screen {
	body {
		color: black;
		background: white;
	}
	a {
		color: blue;
		font-decoration: underline;		
	}
	a:visited {
		color: red;
	}
	a:focus:hover {
		color: cyan;
		background: blue;
	}
}
