@charset "utf-8";
/* CSS Document */

.tidygrey {
	color: #9d9d75;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
body {
	background-color: #181818;
}
a:link {
	color: #9D9D75;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9D9D75;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
