a:link {color: #FF0000:
		background-color: transparent;
			 text-decoration: none;
		} /* unvisited link - blue*/
a:visited {color: #666600;
		background-color: transparent;
			 text-decoration: none;
		} /* visited link - green*/
a:focus {color: #808000;
		background-color: transparent;
			 text-decoration: none;
		}
a:hover {color: #FF00FF;
		background-color: transparent;
			 text-decoration: none;
		} /* mouse over link  pink */
a:active {color: #0000FF;
		background-color: transparent;
			 text-decoration: none;
		} /* selected link - red */