* styles.css */ 
/* You can add comments like this 
on as many lines as you like both in external sheets and styles defined 
in the <head> */ 

a {
 text-decoration:none 
}

a:link
{
	color: black; 
}
a:visited
{
	color: blue; 
} 
a:active 
{
	color: rgb(102,255,0);
}
body
{
background-color: #CCCCFF 
}

