body {
	background: #fff;
	color: #000;
}


a, a:hover, a:visited {
	color: #00f;
}
a:hover {
	background-color: #d1e7ff;
}
a:hover .date {
	color: #000;
}
a .date {
	color: #666666;
}


table.data tr:nth-child(odd) {
	background-color: #f4f4f4;
}
table.data th {
	background-color: #d7d7d7;
}
table.data th, table.data td {
	border-color: #b7b7b7;
}


button {
	background-color: #2484ff;
	color: #fff;
}
button:hover {
	background-color: #4e9cff;
}
button:disabled {
	background-color: #b8b8b8;
}


#T .home {
	background-color: #000;
	color: #fff;
}
