body {
	font-family: arial, serif;
	font-size: 10pt;
}

/*
 * It's important to style the table rows and not the cells
 * Because formBuilder allows modification of the row style
 * If we set the cell font size for example, users of the
 * formBuilder would not be able to override the setting
 */
tr {
	font-family: arial, serif;
	font-size: 10pt;
}