	/* Cascading Style Sheet */
	.titlemain {
	color : Black;
	font-size : x-large;
	font-weight : bold;
	font-family : Arial;
	text-align : center;
}

	.colinks {
		color : Blue;
		font-size : x-small;
		font-family : Arial;
	}
	
	.norm {
	font-family : Arial;
	font-size : small;
}
	.normsm {
	font-family : Arial;
	font-size : x-small;
}	
	H1 {
	font-size : small;
	font-weight : bold;
	font-family : Arial;
	text-decoration : underline;
}
	
	a.informref {
		color: green;
	}

	a.normref {
		color: red;
	}

	div.deprecated-example {
		width: 100%;
		color: red;
		border: solid rgb(255, 165, 0);/* orange */
	}

	div.deprecated-example p {
		color: black;
	}

	div.dtd-example {
		width: 100%;
		color: black;
	}

	div.dtd-fragment {
		width: 100%;
		border: none;
		background-color: #eee;
	}

	div.example {
		width: 100%;
		color: black;
	}

	div.illegal-example {
		width: 100%;
		color: red;
		border: solid red;
	}

	div.illegal-example p {
		color: black;
	}

	div.note {
		color: green;
		margin-left: 1em;
	}

	DIV.subtoc {
		padding: 1em;
		border: solid thin;
		margin: 1em 0;
		background: #ddd;
	}

	p.note {
		color: green;
		margin-left: 1em;
	}

	pre {
		color: maroon;
		margin-left: 1em;
	}

	pre.dtd {
		color: black;
		margin-left: 0;
	}

	pre.dtd-fragment {
		margin-left: 0;
	}

	tt.example {
		color: maroon;
		margin-left: 1em;
	}

	ul.toc {
		list-style-type: none;
	}
