/* CSS Document */
/* Unvisited Links */
a:link{color:#006600; /* dark green */ }

/* Visited Links */
a:visited{ color:#FFFFFF; /*white */ }




