a {
	text-decoration:none;
}
a:link {
	text-decoration:none; color:green;
}
a:visited {
	text-decoration:none; color:green;
}
a:hover {
	text-decoration:underline;  color:deeppink;
}
body,td {
	font-size:11pt;
	font-family:MS UI Gothic;
	scrollbar-arrow-color:white;
	scrollbar-track-color:white;
	scrollbar-face-color:limegreen;
	scrollbar-highlight-color:limegreen;
	scrollbar-3d-light-color:limegreen;
	scrollbar-shadow-color:white;
	scrollbar-darkshadow-color:limegreen;
	scrollbar-base-color:white;
}
h1 {
	font-size:12pt;
}
table {
/*
	table-layout: fixed;
*/
}
blockquote {
	margin-left: 20px;
	margin-right: 0px;
}
hr {
	color:limegreen;
}
span {
	color:lightpink;
}
#right-box {
	table-layout: auto;
}
.small {
	font-size:10pt;
}
.menu {
	text-align:center; color:white;
}
.menu a {
	text-decoration:none;
}
.menu a:link {
	text-decoration:none; color:white;
}
.menu a:visited {
	text-decoration:none; color:white;
}
.menu a:hover {
	text-decoration:underline;  color:whie;
}
.ads {
	margin-left: 20px;
}
.ads_old {
	border-top: 1px solid limegreen;
}
.spa {
	display: none;
}
#ads_search form {
	display: inline; margin: 0px;
}
#ads_search small {
	color: black;
}