/*this is a css comment */
p.normal{ 
	font-size: 12pt;
}
p.warning{ 
	font-size: 16pt;
	color:red;
}