.test { float: right }

.b2  {

	color:black;
	
}

/* unvisited link */
.b2 a:link {
  color: white;
}

/* visited link */
.b2 a:visited {
  color: white;
}

/* mouse over link */
.b2 a:hover {
  color: darkblue;
}

/* selected link */
.b2 a:active {
  color: white;
}

