@import url(/css/header.css);
@import url(/css/footer.css);
@import url(/css/breaking-news.css);
@import url(/css/common.css);

body {
	color: #ffffff;
	background: #000000;
	margin: 0
}
body a:link {
	color: #ffff00;
	background: #000000;
}
body a:visited {
	color: #ffff99;
	background: #000000;
}
body a:active {
	color: #ffff00;
	background: #003300;
}

body { font-size: small; }
pre { font-size: small; }
table { font-size: small; }
form { font-size: small; }
input { font-size: small; }

div#tach-footer #logo-on-white { display: none; }

