* {
	font-family:"times new roman",times,serif;
	text-align:justify;
	margin:0px;
	padding:0px;
	font-size:12pt;
}

body {
	font-family:Arial;
	color:#000000;
	background-color:#ffffff;
	text-align:center;
	width:99%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:14pt;
}

h1[id]:after, h2[id]:after, h3[id]:after, h4[id]:after, h5[id]:after, h6[id]:after {
	content:" [#"attr(id)"]";
	color:#888;
	background-color:inherit;
	font-style:italic;
	size:80%;
}

p {
	padding-bottom:5px;
}

ol, ul, li {
	list-style:none;
}

a:link, a:visited, a:focus, a:hover, a:active {
	color:#000000;
	text-decoration:none;
}

a[href]:after {
	content:" <"attr(href)">";
	color:#888;
	background-color:inherit;
	font-style:italic;
	size:80%;
}

*[name]:after {
	content:" [#"attr(name)"]";
	color:#888;
	background-color:inherit;
	font-style:italic;
	size:80%;
}