
/* ============ Links ============ */

	a:link {
		color: #000000;
	}

	a:visited {
		color: #000000;
	}

	a:hover {
		color: #a3000a;
	}

	a:active {
		color: #8e0aa3;
	}

/* ============ Menu bar ============ */



	#menuBar a:hover {
		background: #a3000a;
	}

	#menuBar a:hover {
		color: #ffffff;
	}



/* ============ Sidebar ============ */
	#sidebar .list a:hover {
		color: #ffffff;
	}

	#sidebar .list a:hover {
		background: #a3000a;
	}





/* ============ Label colors ============ */




	.itemDiv {
		font-size: 85%;
	}

	#main {
		line-height: 135%;
	}

