#content {
		padding-bottom: 1px;		/* in case there are links on the last line (put on 'content' since there is no 'textbox' */
	}

ul.main {
		list-style-type: disc;
		margin: 0 0 0 1.3em;
	}

li,
li li {
		margin-top: 0.5em;
		margin-left: 3em;
	}

li.firstitem {
		margin-top: 0;				/* since there is no text above */
	}

li ul {
		list-style-type:lower-roman;
	}

li li {
		margin-left: 1.5em;
	}

a#sitemaplinkcurrent,					/* giving it id weight seems to be necessary to override the bottomborder property for all links from mxtstyles.css */
a#sitemaplinkcurrent:visited {
		border: 1px solid #5e5eff /*! important /*rgb(255,104,13)*/;
		position: relative;
		padding: 1px;
		font-weight: bold;
		color: #ffffff;
	}

a#sitemaplinkcurrent:hover {
		text-decoration: underline;
	}

