/* CSS Document */
 
a.v:link,a.v:active,a.v:visited 
{ 
text-decoration:none;
color: rgb(0,0,0)
; 
} 
a:link,a:active
{ 
text-decoration:none;
color: rgb(255,255,0)
; 
} 
a:visited 
{ 
text-decoration:none; 
} 


