<html>
<title>css form</title>
<style>
<!--
P.text1
{
	font-family: Arial;
	color: "#000000";
	font-weight : bold;
	background-color : "#00FFFF";
	line-height : 3;
	padding-left : 30;	
}
P.text2
{
	font-family: Arial;
	font-weight : bold;
	text-align : justify;
}
P.text3
{
	font-family: Arial;
	color: "#000000";
	background-color : "#00FFFF";
	padding-left : 30;	
}

P.text4
{
	font-family: Arial;
	text-align : justify;
}

!-->
</style>
</head>
<body>
</body>
</html>