<title>stylesheet</title> A:link {color: brown; text-decoration: none;}
 A:visited {color: red; text-decoration: none;}
 A:hover {color: blue; text-decoration: underline;}

 A.left:link{color: red;
   background-color: blue;
   text-decoration: none;
   }
 A.left:visited {color: black;
  background-color: blue;
   text-decoration: none;
  }
 A.left:hover {
	color: blue;
	background-color: blue;
	text-decoration: underline;
}
   
  A.right:link{color: red;
  background-color: #FFFFFF;
  text-decoration: none;  
  }
  A.right:visited{color: #000000;
  background-color: #FFFFFF;
  text-decoration: none;
  }
