a {
	text-decoration: none;
	color: #FFF;
}

a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited  {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

a:active {
	color: #FFF;
	text-decoration: none;
}

.go{
	font-family : Verdana, Arial;
	font-size: 10px;
	color: #FFF;
	border: 0px;
	width: 100px;
	height: 20px;
	border: 1px solid #FFF;
	background: #000;
	margin-bottom: 1px;
	cursor: pointer;
}

.go:hover{
	font-weight: bold;
}
