html {
	overflow-x: auto; /* fixes MSIE6 scrollbar bug */
}
body {
	background: #333;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}
h1 {
	color: #fff; font-size: 150%;
}
h1 a:link {
	color: #ccc; text-decoration: none;
}
h1 a:visited {
	color: #999;
}
h1 a:hover {
	color: #fff; text-decoration: underline;
}
input {
	font-size: 70%;
}
img {border:1px dashed #b0b0b0; padding: 3px;}

a:link {
	color: #000; text-decoration: none;
}
a:visited {
	color: #333; text-decoration: none;
}
a:hover {
	color: #ff0000; text-decoration: underline;
}
table.txt {
	color: #333;
	font-size: 70%;
}
table.special {
	border: 1px solid #333;
	background-color:#eee;
}

tr.light {background-color:#fafafa; text-align: center}
tr.dark {background-color:#eeeeee; text-align: center}
#gals {
	font-size: 60%;
	margin: 4px 2px 20px 4px;
}
.head {
	color: #333;
	font-size: 110%;
}
.bold {
	font-weight: bold;
	font-size: 130%;
}
.med {
	color: #333;
	font-size: 90%;
}
.small {
	color: #333;
	font-size: 70%;
}
.i {
	font-style: italic;
}
.menu a:link {
	display:block;
	margin-top: 4px;
	padding: 4px 2px 4px 4px;
	font-size:0.8em;
	font-weight:bold;
	background-color:inherit;
	border:1px solid #999;
	text-decoration:none;
}
.menu a:visited {
	display:block;
	margin-top: 4px;
	padding: 4px 2px 4px 4px;
	font-size:0.8em;
	background-color:inherit;
	border:1px solid #999;
	text-decoration:none;
}
.menu a:hover {
	color: #666; background: #eee; text-decoration: none; border: 1px solid #999;
}
.copy {
	color: #ccc;
	font-size: 70%;
}
.copy a:link {
	color: #ccc;
}
.copy a:visited {
	color: #999;
}
.copy a:hover {
	color: #fff; text-decoration: underline;
}