a.two:link{
	color: blue;
	font-family: Century Gothic;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
a.two:visited {
	color: blue;
	font-family: Century Gothic;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;

}

a.two:hover {
	color: red;
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}