

BODY {
	color: #000000;
	background: #FFFFFF;
//	margin-left: 4cm;
//	margin-right: 3cm;
	text-align: justify
}

H1, H2, H3, H4, H5, H6 {
	margin-top: 1em;
	margin-bottom: 0;
	font-family: Arial, sans-serif 
}

H1 {
	font-family: Times, serif;
	text-align: center;
	font-weight: bold 
}

H2 {
	text-align: center;
	font-weight: bold
}

H2.sub {
	margin-top: -0.5em;
	margin-bottom: 0.5em;
	font-weight: normal;
	font-style: italic
}

P {
	text-align: justify
}

CODE {
	font-weight: 600
}

DT {
	font-weight: bold
}

TABLE.authors TD {
	font-weight: bold
}

TABLE.authors TR.email TD {
	font-weight: normal;
	font-family: Courier, monospace
}

.comment {
	color: #FF0000
}

IMG {
	border: 0 
}

A:visited {
	color: #800080;
	text-decoration: none 
}
A:link {    /* Must be after :visited so NS4.0 underlines links */
	color: #FF0000;
	text-decoration: underline 
}
A:active {
	color: #C00040 
}

