@charset "utf-8";
/* CSS Document */

#bio {
	width: 910px;
	margin-right: auto;
	margin-left: 20px;
}
#bio a:link.GreyLink {
	color: #666;
	text-decoration: none;	
}
#bio a:visited.GreyLink {
	color: #999;
	text-decoration: none;	
}
#bio a:hover.GreyLink {
	color: #CCC;
	text-decoration: none;	
}
#bio a:active.GreyLink {
	text-decoration: none;
}
