<html>
<title>css truco</title>
<style>
<!--
P.text1
{
	font-family: Arial;
	color: "#FF8000";
	font-weight : bolder;
	font-size : medium;
	background-color : "#008000";
	line-height : 3;
	padding-left: 30;	
}
P.text2
{
	font-family: Arial;
	font-weight : bolder;
	text-align : justify;
	font-size : medium;
	color: "#FFFF80";
	background-color : "#008000";
}
P.text3
{
	font-family: Arial;
	color: "#0000FF";
	background-color : "#FFFF00";
	padding-left : 30;	
}

P.text4
{
	font-family: Arial;
	text-align : justify;
}

!-->
</style>
</head>
<body>
</body>
</html>
