A:active {  text-decoration: underline}
A:link {  text-decoration: underline }
A:visited {  text-decoration: underline}
A:hover {  text-decoration: none}

body{
	background-image: none;
	margin : 2% ;
	font: normal;
	
}


P  {
    	text-indent: 0.5cm; 
	text-align: justify;
	font-weight: normal;
}
.left{
	text-align: left;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
	}
/*
H1,H2,H3,H4{
	text-align: center;
}	
*/

P.just{
	text-indent: 0px;
	text-align: justify;
	font-weight: normal;
	
}

P.pere{
	text-indent: 0.5cm; 
	text-align: justify;
	font-weight: normal;
}

img.center{
	margin-left : 10%;
}

A.head{
	text-decoration: underline;
	color: #0000CD; 
	text-indent: 0px;
	text-align: justify;
	font-weight: normal;
}

B.blue{
	color : Blue;
	text-indent: 0px;
	text-align: justify;
}
A.non{
	text-decoration: underline;
	color: Black;
}

P.italic{
	font: italic;
}

        
        