@charset "utf-8";
/* CSS Document */


body, td {
	color:silver;
}
th {
	border-bottom: 1px solid silver;
	text-align:left;
	margin-bottom: 2px;
	color:white;
}
a.sort {
	text-decoration: none;
	color: silver;
}
#directory td a:link, #directory td a:visited{
	text-decoration: underline!important;
}
a:hover {
	background-color: #000;
	color: white;
}
p {
	font-size: x-small;
}

#directory{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background-color: #333;
	margin-top: 10px;
}

#directory td{
	text-align: left;
	padding: 5px;
	}
