body {
background-color: #20252B;
color: 			ivory;
font-family: Tahoma;
}
a{
color: 			ivory;
}
blockquote {
margin:			10px;
background:		#grey;
padding:		2px;
border:			1px solid ivory;
overflow:		auto;
}
textarea, input {
font-family: Tahoma;
font-size: small;
}
.order {
	text-decoration: none;
}
.DESC:after {
	content: url('desc.gif');
}
.ASC:after {
	content: url('asc.gif');
}