a { color: #1e90ff; text-decoration: none; }

a:hover { color: #ff1493; text-decoration: none; }

body {
	color: white;
	background-color: black;
	font-family: Arial, sans-serif;
	font-size: medium;
}

.bigfont { color: aqua; font-size: x-large; font-weight: bolder; }

.cellfill {
	color: white;
	background-color: #404040;
	border-bottom: thick solid black;
	padding: 4px;
}

.colheader {
	color: #6495ed;
	background-color: #404040;
	border-bottom: thick solid black;
	padding: 4px;
}

.dynamicTable thead { cursor: pointer; cursor: hand; }

.larger { font-size: medium; }

.menu { font-weight: bold; color: white; font-size:small;}

.small { font-size: small; }

.sortheader { color: #6495ed; font-size: smaller; }

.text {
	color: black;
	background-color: white;
	font-family: Arial, sans-serif;
	font-size: small;
	text-align: left;
}
