* {
	color: #ccc;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
}

body{
	background: #333;
}

table#dirtyHacketyTable{
	width: 100%;
}

div#container{
	width: 1000px;
	margin: 30px auto;
}

td#center_middle{
	overflow: hidden;
}

div.email_link {
	color: #92b6b4;
}

a {
	color: #92b6b4;
	text-decoration: none;
}

a:hover {
	color: #fff;
}