@CHARSET "UTF-8";
* {
	
	color: black !important;	
}
body {
	font: 100%/1.5 georgia, serif;
	line-height: 120%;
}
h1, h2, h3, h4, h5, h6 {
	border: none;
	font-family: georgia, serif;
}
hr {
	display: none;
}
a:after {
	content: " (URL: '"attr(href)"')";
}
abbr {
	border: none;
}
/*
abbr:after {
	content: " ("attr(title)")";
}
*/
table {
	border: 1px solid #666666;
	width: auto;
}
th {
	border-bottom: 1px solid #666666;
}
td {
	border-top: 1px solid #666666;
}
#header a, #menu, #top_menu, #left, #footer, .banner, #top {
	display: none;
}
#page hr {
	display: block;
}