body {
	color: #333;
}

a {
	color: blue;
}

a:hover, a:active {
	color: #06f;
	background: white;
}

a:visited {
    color: #646;
}

th {
	border-bottom: 1px solid #ddd;
}
