/* AjS styles for html pages */

/* General styles: centered title and justified paragraphs */
h1		{ text-align: center; line-height: 130%;  }
h1.title	{ margin-top: 50px;   margin-bottom: 30px } 
p		{ text-align: justify }
div		{ text-align: justify }
/* text and links are written in dark blue */
body 		{ background-color: #ffffff; color: #4b0082 }
a:link 	 	{ color: #0000ff }
a:visited 	{ color: #4b0082 }
/* some text has special color, alignement or size */
.warning	{ color: red }
.txtcntr	{ text-align: center }
.center		{ margin-left: auto; margin-right: auto }
.right		{ text-align: right }
