.link {
	text-decoration: none;
	border: #FFCC66;
	hover: #00ff00;
}

.link2 {
	text-decoration: none;
	border: #00FF00;
	color: #3300FF;
	active: #FFFFFF;

}
a:hover {
	font-size: large;
	color: #000000;
	text-decoration: none;

}
