/*
    Document   : base
    Created on : 27-nov-2008, 21:07:23
    Author     : laurent
    Description:
        set behaviour for standard tags. These have been reset by 'resources/css/reset-min.css';
*/

p{
	margin-top: 0.7692em;
	margin-bottom: 0.7692em;

	text-align: justify;
}

a{
	text-decoration: underline;
}

ol,ul {
	margin:1em;
	margin-left:2em;
}
ol li {
	list-style: decimal outside;
}
ul li {
	list-style: disc outside;
}