1HTML,BODY {
2   background-color: #EEEEE0
3}
4H1,H2,H3,H4,I,EM,B,LI,UL,OL,DD,DT,ADDRESS,DL,A,STRONG,BLOCKQUOTE,P  {
5    font-family: sans-serif;
6    background-color: transparent;
7}
8TABLE {
9    font-family: sans-serif;
10}
11TR,TD.search {
12   font-size: 10pt;
13}
14
15.acetree {
16   font-size: 10pt;
17}
18P.caption {
19   font-size: 10pt;
20}
21P.note {
22   font-size: 10pt;
23}
24INPUT {
25    font-family: sans-serif;
26    background-color: #EEEEE0
27}
28SELECT {
29    font-family: sans-serif;
30    background-color: #EEEEE0
31}
32H1 {
33    font-size: 18pt;
34    color: red;
35}
36H2 {
37    font-size: 18pt;
38}
39H3 {
40    font-size: 14pt;
41}
42TH {
43    font-family: sans-serif;
44    padding: 0;
45}
46TD {
47    font-family: sans-serif;
48    padding: 0;
49}
50.highlight {
51    background-color: #f5deb3;
52}
53.small {
54   font-size: 10pt;
55}
56TH.small {
57    font-family: sans-serif;
58    font-size: 12pt;
59    padding: 0;
60}
61TD.small {
62    font-family: sans-serif;
63    font-size: 12pt;
64    padding: 0;
65}
66.banner {
67    font-family: sans-serif;
68    font-size: 18pt;
69    align: center;
70    background-color: blue;
71    color: yellow;
72    padding-top: 3px;
73    padding-bottom: 3px;
74    padding-left: 100px;
75    padding-right: 100px;
76}
77.gene {
78    font-style: italic
79}
80.error {
81    color: red;
82}
83.note {
84    font-size: 10pt;
85}
86Blockquote.abstract {
87    font-size: 10pt;
88    background-color: rgb(255,248,220);
89}
90.description {
91    color: black;
92    font-style: italic;
93}
94.smalldescription {
95    color: black;
96    font-style: italic;
97    font-size: 10pt;
98}
99TD.small {
100    font-size: 10pt;
101}
102TD.pre {
103    font-size: 10pt;
104    font-family: monospace;
105}
106TD.search {
107    font-size: 10pt;
108}
109PRE.peptide {
110   font-family: monospace;
111   font-size: 12pt;
112}
113PRE.dna {
114   font-family: monospace;
115   font-size: 12pt;
116}