H1 { font-size: 20pt; font-family: verdana,helvetica; font-style: italic; color: teal; }
H2 { font-size: 14pt; font-family: verdana,helvetica; color: teal; }
BODY { background-color: white }
TD { font-size: 10pt; font-family: verdana,helvetica; text-decoration: none; }

A { color: blue; text-decoration: none; }
A:hover { color: red; text-decoration: underline; }

all.UP1 { position:relative; top:-1pt; }
all.DOWN1 { position:relative; top:1pt; }

#leftbox { position: fixed; left: 0; top: 0; width: 180px; }
#rightbox { position: absolute; left: 180; top: 0; width: 610px; }
