1#data
2* { font: inherit; }
3#errors
4#expected
5| *
6|  font-style: inherit
7|  font-variant: inherit
8|  font-weight: inherit
9|  font-size: inherit
10|  line-height: inherit
11|  font-family: inherit
12#reset
13
14#data
15* { font: 10pt serif; }
16#errors
17#expected
18| *
19|  font-style: normal
20|  font-variant: normal
21|  font-weight: normal
22|  font-size: 10pt
23|  line-height: normal
24|  font-family: serif
25#reset
26
27#data
28* { font: 10pt; }
29#errors
30#expected
31| *
32#reset
33
34#data
35* { font: serif; }
36#errors
37#expected
38| *
39#reset
40
41#data
42* { font: italic 10pt serif; }
43#errors
44#expected
45| *
46|  font-style: italic
47|  font-variant: normal
48|  font-weight: normal
49|  font-size: 10pt
50|  line-height: normal
51|  font-family: serif
52#reset
53
54#data
55* { font: oblique 10pt serif; }
56#errors
57#expected
58| *
59|  font-style: oblique
60|  font-variant: normal
61|  font-weight: normal
62|  font-size: 10pt
63|  line-height: normal
64|  font-family: serif
65#reset
66
67#data
68* { font: 12pt serif; }
69#errors
70#expected
71| *
72|  font-style: normal
73|  font-variant: normal
74|  font-weight: normal
75|  font-size: 12pt
76|  line-height: normal
77|  font-family: serif
78#reset
79
80#data
81* { font: serif 12pt; }
82#errors
83#expected
84| *
85#reset
86
87#data
88* { font: small-caps 10pt serif; }
89#errors
90#expected
91| *
92|  font-style: normal
93|  font-variant: small-caps
94|  font-weight: normal
95|  font-size: 10pt
96|  line-height: normal
97|  font-family: serif
98#reset
99
100#data
101* { font: bold 10pt serif; }
102#errors
103#expected
104| *
105|  font-style: normal
106|  font-variant: normal
107|  font-weight: bold
108|  font-size: 10pt
109|  line-height: normal
110|  font-family: serif
111#reset
112
113#data
114* { font: italic bold 10pt serif; }
115#errors
116#expected
117| *
118|  font-style: italic
119|  font-variant: normal
120|  font-weight: bold
121|  font-size: 10pt
122|  line-height: normal
123|  font-family: serif
124#reset
125
126#data
127* { font: italic 400 10pt serif; }
128#errors
129#expected
130| *
131|  font-style: italic
132|  font-variant: normal
133|  font-weight: 400
134|  font-size: 10pt
135|  line-height: normal
136|  font-family: serif
137#reset
138
139#data
140* { font: bold italic 10pt serif; }
141#errors
142#expected
143| *
144|  font-style: italic
145|  font-variant: normal
146|  font-weight: bold
147|  font-size: 10pt
148|  line-height: normal
149|  font-family: serif
150#reset
151
152#data
153* { font: italic small-caps 10pt serif; }
154#errors
155#expected
156| *
157|  font-style: italic
158|  font-variant: small-caps
159|  font-weight: normal
160|  font-size: 10pt
161|  line-height: normal
162|  font-family: serif
163#reset
164
165#data
166* { font: small-caps italic 10pt serif; }
167#errors
168#expected
169| *
170|  font-style: italic
171|  font-variant: small-caps
172|  font-weight: normal
173|  font-size: 10pt
174|  line-height: normal
175|  font-family: serif
176#reset
177
178#data
179* { font: small-caps bold 10pt serif; }
180#errors
181#expected
182| *
183|  font-style: normal
184|  font-variant: small-caps
185|  font-weight: bold
186|  font-size: 10pt
187|  line-height: normal
188|  font-family: serif
189#reset
190
191#data
192* { font: bold small-caps 10pt serif; }
193#errors
194#expected
195| *
196|  font-style: normal
197|  font-variant: small-caps
198|  font-weight: bold
199|  font-size: 10pt
200|  line-height: normal
201|  font-family: serif
202#reset
203
204#data
205* { font: italic bold small-caps 10pt serif; }
206#errors
207#expected
208| *
209|  font-style: italic
210|  font-variant: small-caps
211|  font-weight: bold
212|  font-size: 10pt
213|  line-height: normal
214|  font-family: serif
215#reset
216
217#data
218* { font: bold italic small-caps 10pt serif; }
219#errors
220#expected
221| *
222|  font-style: italic
223|  font-variant: small-caps
224|  font-weight: bold
225|  font-size: 10pt
226|  line-height: normal
227|  font-family: serif
228#reset
229
230#data
231* { font: bold small-caps italic 10pt serif; }
232#errors
233#expected
234| *
235|  font-style: italic
236|  font-variant: small-caps
237|  font-weight: bold
238|  font-size: 10pt
239|  line-height: normal
240|  font-family: serif
241#reset
242
243#data
244* { font: small-caps bold italic 10pt serif; }
245#errors
246#expected
247| *
248|  font-style: italic
249|  font-variant: small-caps
250|  font-weight: bold
251|  font-size: 10pt
252|  line-height: normal
253|  font-family: serif
254#reset
255
256#data
257* { font: small-caps italic bold 10pt serif; }
258#errors
259#expected
260| *
261|  font-style: italic
262|  font-variant: small-caps
263|  font-weight: bold
264|  font-size: 10pt
265|  line-height: normal
266|  font-family: serif
267#reset
268
269#data
270* { font: italic small-caps bold 10pt serif; }
271#errors
272#expected
273| *
274|  font-style: italic
275|  font-variant: small-caps
276|  font-weight: bold
277|  font-size: 10pt
278|  line-height: normal
279|  font-family: serif
280#reset
281
282#data
283* { font: 10pt/50% serif; }
284#errors
285#expected
286| *
287|  font-style: normal
288|  font-variant: normal
289|  font-weight: normal
290|  font-size: 10pt
291|  line-height: 50%
292|  font-family: serif
293#reset
294
295#data
296* { font: 10pt Times New Roman; }
297#errors
298#expected
299| *
300|  font-style: normal
301|  font-variant: normal
302|  font-weight: normal
303|  font-size: 10pt
304|  line-height: normal
305|  font-family: 'Times New Roman'
306#reset
307
308
309#data
310* { font: invalid; }
311#errors
312#expected
313| *
314#reset
315
316#data
317* { font: ; }
318#errors
319#expected
320| *
321#reset
322
323#data
324* { font:}
325#errors
326#expected
327| *
328#reset
329
330#data
331* { font: 10pt inherit; }
332#errors
333#expected
334| *
335#reset
336
337#data
338* { font: inherit 10pt; }
339#errors
340#expected
341| *
342#reset
343
344#data
345* { font: 'Sonic the Hedgehog' 12pt inherit; }
346#errors
347#expected
348| *
349#reset
350
351#data
352* { font: 'Sonic the Hedgehog' inherit 12pt; }
353#errors
354#expected
355| *
356#reset
357
358#data
359* { font: inherit 12pt 'Sonic the Hedgehog'; }
360#errors
361#expected
362| *
363#reset
364
365#data
366* { font: inherit inherit; }
367#errors
368#expected
369| *
370#reset
371
372#data
373* { font-family: inherit; }
374#errors
375#expected
376| *
377|  font-family: inherit
378#reset
379
380#data
381* { font-size: inherit; }
382#errors
383#expected
384| *
385|  font-size: inherit
386#reset
387
388#data
389* { font-style: inherit; }
390#errors
391#expected
392| *
393|  font-style: inherit
394#reset
395
396#data
397* { font-variant: inherit; }
398#errors
399#expected
400| *
401|  font-variant: inherit
402#reset
403
404#data
405* { font-weight: inherit; }
406#errors
407#expected
408| *
409|  font-weight: inherit
410#reset
411
412
413
414
415
416#data
417* { font: inherit !important; }
418#errors
419#expected
420| *
421|  font-style: inherit !important
422|  font-variant: inherit !important
423|  font-weight: inherit !important
424|  font-size: inherit !important
425|  line-height: inherit !important
426|  font-family: inherit !important
427#reset
428
429#data
430* { font: 10pt serif !important; }
431#errors
432#expected
433| *
434|  font-style: normal !important
435|  font-variant: normal !important
436|  font-weight: normal !important
437|  font-size: 10pt !important
438|  line-height: normal !important
439|  font-family: serif !important
440#reset
441
442#data
443* { font: 10pt !important; }
444#errors
445#expected
446| *
447#reset
448
449#data
450* { font: serif !important; }
451#errors
452#expected
453| *
454#reset
455
456#data
457* { font: italic 10pt serif !important; }
458#errors
459#expected
460| *
461|  font-style: italic !important
462|  font-variant: normal !important
463|  font-weight: normal !important
464|  font-size: 10pt !important
465|  line-height: normal !important
466|  font-family: serif !important
467#reset
468
469#data
470* { font: small-caps 10pt serif !important; }
471#errors
472#expected
473| *
474|  font-style: normal !important
475|  font-variant: small-caps !important
476|  font-weight: normal !important
477|  font-size: 10pt !important
478|  line-height: normal !important
479|  font-family: serif !important
480#reset
481
482#data
483* { font: bold 10pt serif !important; }
484#errors
485#expected
486| *
487|  font-style: normal !important
488|  font-variant: normal !important
489|  font-weight: bold !important
490|  font-size: 10pt !important
491|  line-height: normal !important
492|  font-family: serif !important
493#reset
494
495#data
496* { font: italic bold 10pt serif !important; }
497#errors
498#expected
499| *
500|  font-style: italic !important
501|  font-variant: normal !important
502|  font-weight: bold !important
503|  font-size: 10pt !important
504|  line-height: normal !important
505|  font-family: serif !important
506#reset
507
508#data
509* { font: italic 400 10pt serif !important; }
510#errors
511#expected
512| *
513|  font-style: italic !important
514|  font-variant: normal !important
515|  font-weight: 400 !important
516|  font-size: 10pt !important
517|  line-height: normal !important
518|  font-family: serif !important
519#reset
520
521#data
522* { font: bold italic 10pt serif !important; }
523#errors
524#expected
525| *
526|  font-style: italic !important
527|  font-variant: normal !important
528|  font-weight: bold !important
529|  font-size: 10pt !important
530|  line-height: normal !important
531|  font-family: serif !important
532#reset
533
534#data
535* { font: italic small-caps 10pt serif !important; }
536#errors
537#expected
538| *
539|  font-style: italic !important
540|  font-variant: small-caps !important
541|  font-weight: normal !important
542|  font-size: 10pt !important
543|  line-height: normal !important
544|  font-family: serif !important
545#reset
546
547#data
548* { font: small-caps italic 10pt serif !important; }
549#errors
550#expected
551| *
552|  font-style: italic !important
553|  font-variant: small-caps !important
554|  font-weight: normal !important
555|  font-size: 10pt !important
556|  line-height: normal !important
557|  font-family: serif !important
558#reset
559
560#data
561* { font: small-caps bold 10pt serif !important; }
562#errors
563#expected
564| *
565|  font-style: normal !important
566|  font-variant: small-caps !important
567|  font-weight: bold !important
568|  font-size: 10pt !important
569|  line-height: normal !important
570|  font-family: serif !important
571#reset
572
573#data
574* { font: bold small-caps 10pt serif !important; }
575#errors
576#expected
577| *
578|  font-style: normal !important
579|  font-variant: small-caps !important
580|  font-weight: bold !important
581|  font-size: 10pt !important
582|  line-height: normal !important
583|  font-family: serif !important
584#reset
585
586#data
587* { font: italic bold small-caps 10pt serif !important; }
588#errors
589#expected
590| *
591|  font-style: italic !important
592|  font-variant: small-caps !important
593|  font-weight: bold !important
594|  font-size: 10pt !important
595|  line-height: normal !important
596|  font-family: serif !important
597#reset
598
599#data
600* { font: bold italic small-caps 10pt serif !important; }
601#errors
602#expected
603| *
604|  font-style: italic !important
605|  font-variant: small-caps !important
606|  font-weight: bold !important
607|  font-size: 10pt !important
608|  line-height: normal !important
609|  font-family: serif !important
610#reset
611
612#data
613* { font: bold small-caps italic 10pt serif !important; }
614#errors
615#expected
616| *
617|  font-style: italic !important
618|  font-variant: small-caps !important
619|  font-weight: bold !important
620|  font-size: 10pt !important
621|  line-height: normal !important
622|  font-family: serif !important
623#reset
624
625#data
626* { font: small-caps bold italic 10pt serif !important; }
627#errors
628#expected
629| *
630|  font-style: italic !important
631|  font-variant: small-caps !important
632|  font-weight: bold !important
633|  font-size: 10pt !important
634|  line-height: normal !important
635|  font-family: serif !important
636#reset
637
638#data
639* { font: small-caps italic bold 10pt serif !important; }
640#errors
641#expected
642| *
643|  font-style: italic !important
644|  font-variant: small-caps !important
645|  font-weight: bold !important
646|  font-size: 10pt !important
647|  line-height: normal !important
648|  font-family: serif !important
649#reset
650
651#data
652* { font: italic small-caps bold 10pt serif !important; }
653#errors
654#expected
655| *
656|  font-style: italic !important
657|  font-variant: small-caps !important
658|  font-weight: bold !important
659|  font-size: 10pt !important
660|  line-height: normal !important
661|  font-family: serif !important
662#reset
663
664#data
665* { font: 10pt/50% serif !important; }
666#errors
667#expected
668| *
669|  font-style: normal !important
670|  font-variant: normal !important
671|  font-weight: normal !important
672|  font-size: 10pt !important
673|  line-height: 50% !important
674|  font-family: serif !important
675#reset
676
677#data
678* { font: 10pt "Times New Roman" !important; }
679#errors
680#expected
681| *
682|  font-style: normal !important
683|  font-variant: normal !important
684|  font-weight: normal !important
685|  font-size: 10pt !important
686|  line-height: normal !important
687|  font-family: 'Times New Roman' !important
688#reset
689
690#data
691* { font: 10pt Times New Roman !important; }
692#errors
693#expected
694| *
695|  font-style: normal !important
696|  font-variant: normal !important
697|  font-weight: normal !important
698|  font-size: 10pt !important
699|  line-height: normal !important
700|  font-family: 'Times New Roman' !important
701#reset
702
703
704#data
705* { font: bold inherit italic 10pt serif; }
706#errors
707#expected
708| *
709#reset
710
711#data
712* { font: bold italic 10pt inherit serif; }
713#errors
714#expected
715| *
716#reset
717
718#data
719* { font: bold italic 10pt serif inherit; }
720#errors
721#expected
722| *
723#reset
724
725#data
726* { font: inherit serif; }
727#errors
728#expected
729| *
730#reset
731
732#data
733* { font: serif inherit; }
734#errors
735#expected
736| *
737#reset
738
739#data
740* { font: inherit inherit; }
741#errors
742#expected
743| *
744#reset
745
746#data
747* { font: italic 10pt inherit serif; }
748#errors
749#expected
750| *
751#reset
752
753#data
754* { font: italic 10pt serif inherit; }
755#errors
756#expected
757| *
758#reset
759
760#data
761* { font: italic 10pt serif inherit !important; }
762#errors
763#expected
764| *
765#reset
766
767
768