.left  panel  points {
	padding: 10px;
}
body {
	background-color: #DDDDDD;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #000000;
}
.bluepanelleftJust {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
a:link {
	A.ColorLink:link {
color: #FFA500; /* Orange */
}
A.ColorLink:visited {
color: #003300; /* Green */
}
A.ColorLink:hover {
color: #FF0000; /* Red */
}
}
a:visited {
	text-decoration: underline; 
	color: #006; 
	background: transparent;
}
a:hover {
	text-decoration: none; 
	color: #fff; 
	background: #6196BC;
}
a:focus {
	text-decoration: none; 
	color: #fff; 
	background: #6196BC;
}
a:active {
	text-decoration: none; 
	color: #600; 
	background: transparent;
}

