
a:hover { background-color: blue;
		  color: white;
		  font-size: 18px;  }
a:link  { color: green; }
a:visited { color: magenta; }
a:active  { color: white; }
