DomTerm.dt_addstMethod

add a CSS style rule to domterm

Example ::
```Julia

   dt_addstyle("table {border: 1px solid}")
   dt_addstyle("table td{border-color: red}")

```
The above functions set all tables in the current DomTerm session
to have 1px-width border and red for the inner-border color.