.link:hover {
	font-family : Verdana;
	font-size : 18px;
	color : red;
	font-weight : bold;
	text-decoration: none;
}
.link:visited {
	font-family : Verdana;
	font-size : 11px;
	color : black;
	font-weight : bold;
	text-decoration: none;
}
.link:link {
	font-family : Verdana;
	font-size : 11px;
	color : black;
	font-weight : bold;
	text-decoration: none;
}
.bottom:link, .bottom:visited, .bottom:hover {
	text-decoration:none;
	color:#918e84;
	font-family:Tahoma;
	font-size:11px;
}
