@charset "UTF-8";
.steve {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
}
.steve a:visited {
	color: #999;
	text-decoration: none;
	}
.steve p a {
	color: #FFF;
	text-decoration: none;
}
.steve a:link {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: capitalize;
	text-decoration: none;
	}
.steve a:hover {
	color: #C00;
	text-decoration: none;
	}
.steve a:active {
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: none;
	}
