/* CSS Document */
A
 {
 COLOR: #ffffff; text-decoration: none;
 }
A:visited
 {
 COLOR: #ffffff; text-decoration: none;
 }
A:active
 {
 COLOR: #ffffff; text-decoration: none;
 }
A:hover
 {
 COLOR: #00ff00; text-decoration: underline;
 }

A.subcat
 {
 COLOR: #0818b5; text-decoration: underline;
 }
A.subcat:visited
 {
 COLOR: #0818b5; text-decoration: underline;
 }
A.subcat:active
 {
 COLOR: #0818b5; text-decoration: underline;
 }
A.subcat:hover
 {
 COLOR: #0818b5; text-decoration: underline;
 }

