*
{
	font-family: arial, helvetica, verdana, sans-serif;
}

.small_link
{
	font-size: .8em;
}

.lit
{
	background-color:#e1c4e1;
}

.unlit
{
	background-color:white;
}

a:hover
{
	color:#606;
	background-color:#e1c4e1;
}

a:visited
{
	color:#606;
}

a:link
{
	color:#606;
}

hr
{
	background-color:#c9c;
	color:#c9c;
}

h1
{
	color:#000;
}

table.struc
{
	border: 0px;
	margin 0px;
	width: 95%;
}

table.struc tr
{
}

table.struc td
{
	vertical-align: top;
	text-align: left;
	padding-top: 1.3em;
	padding-bottom: 1.3em;
	padding-left: 1.1em;
	padding-right: 1.1em;
	/*
	padding: 1.5em;
	*/
	border: solid #ccc 1px;
	font-size: .9em;
}

p, li, td
{
	font-size: .9em;
	line-height: 150%;
}

table.hash_table td
{
	vertical-align: top;
	text-align: left;
	border: solid #ccc 1px;
	font-size: .9em;
	padding: 5px;
}

table.hash_table
{
	border: 0px;
	margin 0px;
	width: 500px;
}

