#toc {
	position: relative;
	padding: 3px;
	background-color: #F2F2F2;
	width: 100%;
}

#toc a {
	text-decoration: none;
	background-color: #F2F2F2;
	color: black;
}

#toc a:hover {
	background-color: #C2D1F3;
	text-decoration: none;
	color: black;
}

#toc .level2 { margin-left: .5em; }
#toc .level3 { margin-left: 1em; }
#toc .level4 { margin-left: 1.5em; }
#toc .level5 { margin-left: 2em; }
#toc .level6 { margin-left: 2.5em; }

