
body {
	margin-top: 0;
	text-align: center;
}

img {
	border: none;
}

a {
	color: green;
}

a:hover {
	color: red;
}

dt {
	text-align: center;
	border-top: 1px solid #eee;
}

.container dl dt a {
	display: block;
	width: 950px;
	text-decoration: none;
	font-family: "Andale Mono", "Courier New", Courier, mono;
	font-weight: normal;
	color: #d44300;
}

.container dl dt a:hover {
	color: #000;
}

dd {
	font: 100%/140% Calibri, "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
}

.container dl dd a {
	color: green;
	border-bottom: 1px solid #eee;
}

.container a:hover {
	color: red;
	border: none;
}

.container a.thickbox {
	border: none;
}

#white {
	background-color: #fff;
}

