BODY {
		color: #000000;
		background-color: #FFFFFF;
		font-family: Times, "Times New Roman", Palatino, serif;
		margin-left: 10%;
		margin-right: 10%;
		}

TABLE	{	margin: 0 0 0 0;
}

P  { 	margin-bottom: 1em;
		margin-top: 1em;
		text-align: left;
		line-height: 1.25em;
		 }

.biblio {
	margin-left: 3em;
	margin-right: 3em;
	text-indent: -3em;
	margin-top: 2em;
	font-weight: bold;
}

.annotation {
	margin-left: 3em;
	margin-right: 3em;
}

H1 {	text-align: center;
		font-size: 1.5em;
		font-family: Helvetica, Arial, sans-serif;
		 }


H2 {	text-align: left;
		margin-top: 3em;
		margin-bottom: 1em;
		font-size: 1.25em;
		font-family: Helvetica, Arial, sans-serif;
		font-weight: bold;
		color: #000099;
		background-color: #FFFFFF;
		 }

H3 {	text-align: left;
		font-size: 1em;
		font-family: Helvetica, Arial, sans-serif;
		font-weight: bold;
		 }

H4 {	text-align: left;
		font-size: 1em;
		text-decoration: underline;
		font-weight: normal;
			}
		 
.text { text-align: center }

A:link {	color: #000099;
		background-color: #FFFFFF;
			text-decoration: underline; }

A:active {	color: #CC0000;	
		background-color: #FFFFFF;
			text-decoration: underline; }

A:visited {	color: #006666;	
		background-color: #FFFFFF;
			text-decoration: underline; }


/* hover is CSS2 and only works on IE 5 */

A:hover {
	color: #CC0000;
}


HR.border {
    background: transparent;
	border-color : #000099;
	clear : both;
}

CAPTION {
	padding-bottom: 1em;
	font-weight: bold;
}
