Source position: htmw.pas line 201
type StyleProperty = record
Prop_Name: String;
Prop_Val: String;
NextProperty: PStyleProperty;
end;