add css to infopathformular code example
Example 1: stylesheet einbinden html5
<!doctype html>
<html lang="de">
<head>
<link rel="stylesheet" href="stylesheet.css">
...
Example 2: import css
<link rel="stylesheet" type="text/css" href="style.css">