small {
 font-size: smaller;
 }
big {
 font-size: larger;
 }
h1 {
 font-size: xx-large;
 }
h2 {
 font-size: x-large;
 }
h3 {
 font-size: large;
 }
h4 {
 font-size: medium;
 }
h5 {
 font-size: small;
 }
h6 {
 font-size: xx-small;
 }
font[size=1] {
 font-size: xx-small;
 }
font[size=2] {
 font-size: small;
 }
font[size=3] {
 font-size: medium;
 }
font[size=4] {
 font-size: large;
 }
font[size=5] {
 font-size: x-large;
 }
font[size=6] {
 font-size: xx-large;
 }
font[size=7] {
 font-size: 300%;
 }
font[size=-1] {
 font-size: smaller;
 }
font[size=+1] {
 font-size: larger;
 }
font[size=-2] {
 font-size: 60%;
 }
font[size=+2] {
 font-size: 150%;
 }
font[size=+4] {
 font-size: 300%;
 }
 
BODY              { font-family: "verdana,arial";
                    font-size: small;
                    background: #F0F0F0
                  }

H1                { font-size: x-large;
                    color: #006633
                  }

H2                { font-size: medium;
                    color: #006633
                  }

H3                { font-size: medium;
                    color: #006633
                  }

H4                { font-size: small;
                    color: #006633
                  }

TH                { font-size: small;
                    color: #FFFFFF;
                    font-weight: bold;
                    background: #cc9933
                  }

TD                { font-size: small }


A:link	  	  { color:blue; }

A:visited         { color:blue; }

A:hover           { color:blue; font-weight: bold; }

