
Body          { Background-color: white; color: green; font-family: 'verdana'; font-size: '14'; font-weight: 500 }

UL LI         { font-size: 100%; font-family: 'verdana' }

TD            { font-size: '14'; font-family: 'verdana'; font-weight: 500 }

.red          { color: red }
.green        { color: green }
.blue         { color: blue }
.yellow       {color: yellow }
.white        {color: white }
.black        { color: black }
.bold         { font-weight: bold }
.big          { font-size: 120% }
.upper        { text-transform: uppercase } 
.italic       {font-style: italic}
.light        { font-weight: 300 }
.windrush     {font-weight: bold; font-size: 120%; font-family: "Myriad Web Pro"; color: green }
.banner       {font-size: 14; font-weight: 800; font-family: "verdana"; color: green }
.small        {font-size: 12; font-weight: 500; font-family: "verdana"; color: green }
.sandynet {font-weight: bold; font-size: 120%; font-family: "Comic Sans MS"; color: green}
a:hover       {  color: green;  text-decoration: "none"; font-family: "verdana", Verdana, Arial, Helvetica, sans-serif; font-weight: 700}
a:link        {  color: green; text-decoration: "none"; font-family: "verdana", Verdana, Arial, Helvetica, sans-serif; font-weight: normal}
a:visited     {  color: green; text-decoration: "none"; font-family: "verdana", Verdana, Arial, Helvetica, sans-serif; font-weight: normal}

#offset1 {position: relative; top: 10px }
