/*------------------------*/
/* Contents               */
div#contents {
	background : transparent;
	color : lightslategray;
	padding : 1em;
}
#contents ul {
	padding : 1em 0 1em 0;
	margin : 0;
}
#contents ul ul {
	margin : 0 0 0 0.5em;
	padding : 0 0 0.5em 0.5em;
	border-style : solid;
	border-color : black;
	border-width : 0px 0px 0px 1px;
}
#contents ul ul ul {
	margin : 0 0 0 0.7em;
	padding : 0 0 0em 0.5em;
	border-style : none;
}
#contents li {
	list-style-type : none;
	margin : 0.5em 0 0 0;
}
#contents ul ul li {
	list-style-type : none;
	margin : 0em;
}
#contents a:visited {
	color: black;
}
#contents li {
	list-style-image : none;
}
#contents a:active,
#contents a:hover {
	position : static;
}


