/* CSS Document */

a.body:link        { color : #FFFFFF; text-decoration: UNDERLINE; }
a.body:active      { color : #FFFFFF; text-decoration: none; }
a.body:focus       { color : #FFFFFF; text-decoration: none; }
a.body:hover       { color : #FFFF99; text-decoration: UNDERLINE; }
a.body:visited     { color : #FFFFFF; text-decoration: UNDERLINE; }

a:link        { color : #FFFFFF; text-decoration: UNDERLINE; }
a:active      { color : #FFFFFF; text-decoration: none; }
a:focus       { color : #FFFFFF; text-decoration: none; }
a:hover       { color : #FFFF99; text-decoration: UNDERLINE; }
a:visited     { color : #FFFFFF; text-decoration: UNDERLINE; }

table.check1	{ color: #FFFFFF; }

