create A stylesheet for the LINK rel command using the belwo information The left MENU links A.menu:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.menu:visited {
	COLOR: #ffffff
}
A.menu:hover {
	COLOR: #000000; TEXT-DECORATION: underline
}
The main page BODY {
	BACKGROUND-COLOR: #eeeeee; FONT-FAMILY: verdana, arial; COLOR: #000000
}
A.mainpage:link {
	COLOR: #000000; TEXT-DECORATION: underline; A: visited {
  text-decoration:underline; 
  color:#000000;
}

A.mainpage:hover {
	text-decoration:underline;
	color:#6600FF;
}
