
.clear{
	clear:both;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}



.pic{
	float:left;
	margin:0 15px 15px 0;
	border:5px solid white;
	width:180px;
	height:180px;
}

.pic a{
	width:180px;
	height:180px;
	text-indent:-99999px;
	display:block;
}

