+ <h2> Rules </h2>
+
+ <p> ten of hearts:
+ <ul>
+ <li> <input type="radio" name="dullen" value="none" /> just normal non-trump </li>
+ <li> <input type="radio" name="dullen" value="firstwins" /> first ten of hearts wins the trick </li>
+ <li> <input type="radio" name="dullen" value="secondwins" checked="checked" /> second ten of hearts wins the trick </li>
+ </ul>
+ </p>
+ <p> schweinchen (both foxes):
+ <ul>
+ <li> <input type="radio" name="schweinchen" value="none" /> none </li>
+ <li> <input type="radio" name="schweinchen" value="both" />
+ both become highest trump (automatic call at beginning of the game)
+ (does not work yet) </li>
+ <li> <input type="radio" name="schweinchen" value="second" checked="checked" />
+ first one normal, second one becomes highest (call during the game) (does not work yet) </li>
+ <li> <input type="radio" name="schweinchen" value="secondaftercall" />
+ second one become highest only in case re/contra was announced
+ (does not work yet)</li>
+ </ul>
+ </p>
+