body {
	background-color	: white;
	color				: #000077;
}

.green {
	color				: #007700;
}

.orange {
	color				: #cc6600;
}

a {
	color				: #007700;
	text-decoration		: none;
}

a:visited {
	color				: #cc6600;
	text-decoration		: none;
}

a:hover {
	color				: #007700;
	text-decoration		: underline;
}

a.green:visited {
	color				: #007700;
	text-decoration		: none;
}

a.green:hover {
	color				: #cc6600;
	text-decoration		: none;
	font-weight			: normal;
}

a.orange {
	color				: #cc6600;
	text-decoration		: none;
}

a.orange:visited {
	color				: #cc6600;
	text-decoration		: none;
}

a.orange:hover {
	color				: #007700;
	text-decoration		: underline;
}

#mainWinDiv {
	border				: 2px solid #007700;
}

