/* first CSS */

body	{background-color : black;}

a:link {color : white; text-decoration: underline;}
a:visited {color : red; text-decoration: underline;}
a:active {color : blue; text-decoration: underline;}
a:hover {color : yellow; text-decoration: underline;}
	  
