.link {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	font-weight: bolder;

}
a:hover {
	font-size: 12px;
	color: #CC0000;
}

