body {
	background-color: white;
	color : black ; 
	line-height : 150%;
	margin-left:2em;
	margin-right:2em;
	!important; 
}
h1	{
	border-left :solid 6px brown;
	border-top : dashed 1px brown ; 
	border-right :solid 6px brown;
	border-bottom : dashed 1px brown ; 
	padding : 0.3em;
	color : #brown; 
	font-size : 1.5em;
	text-align : center;
	margin-bottom : 2em ;
	!important;
}
h2	{
	border-left :solid 6px firebrick;
	border-top : 0px; 
	border-right : 0px; 
	border-bottom : dashed 1px firebrick ; 
	padding : 0.3em;
	color : #brown; 
	font-size : 1.2em;
	margin-left : 1em ;
	!important;
}
h3	{
	font-size : 1.1em;
	margin-left : 1em ;
	!important;
}
p	{
	color : #333333;
	margin-left : 2em;
	}
p.small
	{
	color : #333333;
	margin-left : 2em;
	font-size:0.6em;
	line-height : 120%;
	}
p.lead
	{
	color : #333333;
	margin-left : 1em;
	font-size:1em;
	}
ol	{
	color : #333333;
	margin-left : 3em;
	font-size:1em;
	line-height : 120%;
	}
li	{
	color : #333333;
	margin-left : 3em;
	font-size:1em;
	line-height : 120%;
	}
a:link	{
	color: blue; 
	} 
table {
	margin :auto;
	} 
span.strike{
	color : grey;
	text-decoration : line-through;
	}
div.pbox
	{
	width : 220px;
	padding:1em;
	margin:2em;
	line-height:120%;
	font-size:0.6em;
	border : 1px dashed grey;
	}
