table tr td {
	text-align: left;
}

a:link, a:visited {
	color : darkblue;
}

a:selected, a:hover {
	color : blue;
}

label {
	cursor : default;
}

a.jslink {
	cursor : pointer;
}